Skip to content

Commit 67a22c7

Browse files
committed
Group GH actions updates
1 parent 13576d6 commit 67a22c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "monthly"
12+
groups:
13+
workflow-actions:
14+
patterns:
15+
- "*"
16+
allow:
17+
- dependency-name: "actions/*"
18+
- dependency-name: "redhat-actions/*"
1219
assignees: [ "marko-bekhta" ]
1320
- package-ecosystem: "maven"
1421
directory: "/" # Location of package manifests

.github/hibernate-github-bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jira:
77
# Examples:
88
# Bump some-dep-GAV from some-version to some-version in the build-dependencies group
99
# Bump the build-dependencies group with 2 updates
10-
titlePattern: "Bump.*the build-dependencies group( across \\d+ director(ies|y))?( with \\d+ updates?)?"
10+
titlePattern: "Bump.*the (build-dependencies|workflow-actions) group.*+"
1111
ignoreFiles:
1212
# Git
1313
- ".git*"

0 commit comments

Comments
 (0)