Skip to content

Commit 8f41c94

Browse files
authored
Allow dependabot to update GitHub actions (#122)
Signed-off-by: Rick M <kingthorin@users.noreply.github.com>
1 parent 91cc052 commit 8f41c94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
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)