Browse Source

Add github actions to dependabot

othercorey 4 years ago
parent
commit
1ff5308b2a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/dependabot.yml

+ 6 - 1
.github/dependabot.yml

@@ -3,5 +3,10 @@ updates:
 - package-ecosystem: composer
   directory: "/"
   schedule:
-    interval: daily
+    interval: weekly
+  open-pull-requests-limit: 10
+- package-ecosystem: github-actions
+  directory: "/"
+  schedule:
+    interval: weekly
   open-pull-requests-limit: 10