浏览代码

align dependabot config with files app

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父节点
当前提交
8f0d0d7e5a
共有 1 个文件被更改,包括 14 次插入9 次删除
  1. 14 9
      .github/dependabot.yml

+ 14 - 9
.github/dependabot.yml

@@ -1,11 +1,16 @@
 version: 2
 updates:
-- package-ecosystem: gradle
-  directory: "/"
-  schedule:
-    interval: daily
-    time: "03:00"
-    timezone: Europe/Paris
-  open-pull-requests-limit: 10
-  labels:
-  - 3. to review
+    -   package-ecosystem: "github-actions"
+            directory: "/" # Location of package manifests
+            schedule:
+                interval: "weekly"
+    -   package-ecosystem: gradle
+            directory: "/"
+            schedule:
+                interval: daily
+                time: "03:00"
+                timezone: Europe/Paris
+            open-pull-requests-limit: 10
+            labels:
+                - 3. to review
+                - dependencies