Skip to content

Commit 3e85879

Browse files
authored
Merge pull request #6 from nodenv/batch-and-delay-dependabot-prs
Batch and cooldown dependabot PRs
2 parents e8409f7 + 50014dd commit 3e85879

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: npm
7+
directory: "/"
8+
schedule: { interval: weekly }
9+
cooldown: { default-days: 15 }
10+
groups:
11+
dev-deps: { dependency-type: development }
12+
13+
- package-ecosystem: github-actions
14+
directory: "/"
15+
schedule: { interval: weekly }
16+
cooldown: { default-days: 15 }
17+
groups:
18+
gh-actions: { patterns: ["*"] }

0 commit comments

Comments
 (0)