Skip to content

Commit 2732131

Browse files
authored
github-action: add dependabot for GitHub actions (#155)
1 parent a33344d commit 2732131

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
13+
- package-ecosystem: "github-actions"
14+
directories:
15+
- "/"
16+
- "/.github/actions/*"
17+
schedule:
18+
interval: "weekly"
19+
day: "sunday"
20+
time: "22:00"
21+
groups:
22+
github-actions:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)