Skip to content

Commit 463c789

Browse files
authored
chore: add Dependabot configuration (#122)
1 parent 23334a2 commit 463c789

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
groups:
9+
security-updates:
10+
applies-to: security-updates
11+
patterns:
12+
- "*"
13+
version-updates:
14+
applies-to: version-updates
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)