Skip to content

Commit aa3bc8f

Browse files
authored
chore: Configure Dependabot (#35)
2 parents 74586e9 + 196591b commit aa3bc8f

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directories:
5+
- "/"
6+
groups:
7+
# Open PRs for each major version and security update
8+
# Open an aggregate PR for all minor and patch version updates
9+
npm-minor-and-patch:
10+
applies-to: version-updates
11+
patterns:
12+
- "*"
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
schedule:
17+
interval: "weekly"
18+
- package-ecosystem: "github-actions"
19+
directories:
20+
- "/"
21+
groups:
22+
# Open an aggregate PR for all GitHub Actions updates
23+
github-actions:
24+
patterns:
25+
- "*"
26+
schedule:
27+
interval: "weekly"

0 commit comments

Comments
 (0)