Skip to content

Commit 159818d

Browse files
marko-bekhtayrodiere
authored andcommitted
Limit which github actions are considered for updates
1 parent 9cee945 commit 159818d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ updates:
1717
- package-ecosystem: github-actions
1818
directory: "/"
1919
schedule:
20-
interval: daily
20+
interval: monthly
21+
groups:
22+
workflow-actions:
23+
patterns:
24+
- "*"
25+
allow:
26+
- dependency-name: "actions/*"
27+
- dependency-name: "redhat-actions/*"

0 commit comments

Comments
 (0)