We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06f2e commit 477daafCopy full SHA for 477daaf
.github/dependabot.yml
@@ -10,3 +10,14 @@ updates:
10
- "*maven*plugin*"
11
- "*plexus*"
12
- "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