Skip to content

Commit cb9041c

Browse files
authored
ci: add dependabot configuration for automated dependency updates (#5)
1 parent 980970c commit cb9041c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 20
9+
cooldown:
10+
default-days: 3
11+
semver-major-days: 7
12+
groups:
13+
minor-and-patch:
14+
applies-to: version-updates
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
open-pull-requests-limit: 20
24+
cooldown:
25+
default-days: 3

0 commit comments

Comments
 (0)