Skip to content

Commit 6124b0f

Browse files
marko-bekhtayrodiere
authored andcommitted
Enable GitHub actions dependency updates
1 parent 80ebc00 commit 6124b0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ updates:
2424
# We don't want to stay on an LTS version and want to have more regular updates here:
2525
- dependency-name: "io.quarkiverse.openapi.generator:*"
2626
versions: ["2.6.0-lts", "2.7.0-lts", "2.8.0-lts", "2.9.0-lts"]
27+
- package-ecosystem: "github-actions"
28+
directory: "/"
29+
schedule:
30+
interval: monthly
31+
groups:
32+
actions:
33+
patterns:
34+
- "*"
35+
allow:
36+
- dependency-name: "actions/*"
37+
- dependency-name: "redhat-actions/*"

0 commit comments

Comments
 (0)