Skip to content

Commit bdeedd3

Browse files
committed
Add dependabot config
This will batch all updates into a single PR once a month.
1 parent 37ee1af commit bdeedd3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
groups:
15+
npm-packages:
16+
patterns:
17+
- "*"

0 commit comments

Comments
 (0)