Skip to content

Commit 18a1b67

Browse files
authored
CI: Run Dependabot once a month, but increase the "open PR limit" (#136)
1 parent 304c2e5 commit 18a1b67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"
5-
directory: "/" # Location of package manifests
4+
directory: "/"
65
schedule:
7-
interval: "weekly"
6+
interval: "monthly"
7+
open-pull-requests-limit: 100
8+
labels:
9+
- "dependencies"
10+
- "github-actions"

0 commit comments

Comments
 (0)