Skip to content

Commit 477daaf

Browse files
committed
Enable GitHub actions dependency updates
1 parent eb06f2e commit 477daaf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ updates:
1010
- "*maven*plugin*"
1111
- "*plexus*"
1212
- "org.apache.maven*:*"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: monthly
17+
groups:
18+
workflow-actions:
19+
patterns:
20+
- "*"
21+
allow:
22+
- dependency-name: "actions/*"
23+
- dependency-name: "redhat-actions/*"

0 commit comments

Comments
 (0)