File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ updates:
9
9
directory : " /"
10
10
schedule :
11
11
interval : " monthly"
12
+ groups :
13
+ workflow-actions :
14
+ patterns :
15
+ - " *"
16
+ allow :
17
+ - dependency-name : " actions/*"
18
+ - dependency-name : " redhat-actions/*"
12
19
assignees : [ "marko-bekhta" ]
13
20
- package-ecosystem : " maven"
14
21
directory : " /" # Location of package manifests
Original file line number Diff line number Diff line change 7
7
# Examples:
8
8
# Bump some-dep-GAV from some-version to some-version in the build-dependencies group
9
9
# 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.*+ "
11
11
ignoreFiles :
12
12
# Git
13
13
- " .git*"
You can’t perform that action at this time.
0 commit comments