Browse Source

Dependabot for actions

Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
Hannes Achleitner 4 năm trước cách đây
mục cha
commit
28967d677b
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .github/dependabot.yml

+ 5 - 1
.github/dependabot.yml

@@ -1,6 +1,10 @@
 version: 2
 updates:
-    -   package-ecosystem: gradle
+    -   package-ecosystem: "github-actions"
+        directory: "/" # Location of package manifests
+        schedule:
+            interval: "weekly"
+    -package-ecosystem: gradle
         directory: "/"
         schedule:
             interval: daily