Skip to content

Commit 936da24

Browse files
authored
Allow dependabot to update GitHub actions (#113)
Signed-off-by: Rick M <[email protected]>
1 parent 10cd650 commit 936da24

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8-
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
groups:
13+
gha:
14+
applies-to: version-updates
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)