We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304c2e5 commit 18a1b67Copy full SHA for 18a1b67
.github/dependabot.yml
@@ -1,7 +1,10 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directory: "/" # Location of package manifests
+ directory: "/"
6
schedule:
7
- interval: "weekly"
+ interval: "monthly"
+ open-pull-requests-limit: 100
8
+ labels:
9
+ - "dependencies"
10
+ - "github-actions"
0 commit comments