Skip to content

Commit 5e60540

Browse files
authored
add dependabot.yml (#218)
1 parent 4dc3352 commit 5e60540

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)