Skip to content

Commit f63ca7a

Browse files
authored
github-action: add dependabot for GitHub actions (#192)
1 parent 21a8be9 commit f63ca7a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directories:
6+
- "/"
7+
- "/.github/actions/*"
8+
schedule:
9+
interval: "weekly"
10+
day: "sunday"
11+
time: "22:00"
12+
groups:
13+
github-actions:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)