Skip to content

Commit 42fe475

Browse files
committed
Group GHA into their own PRs
1 parent 8631cbd commit 42fe475

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

default.json5

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
matchDatasources: [
16-
'repology'
16+
'repology',
1717
],
1818
versioning: 'loose',
1919
},
@@ -30,21 +30,28 @@
3030
},
3131
{
3232
matchUpdateTypes: [
33-
'major'
33+
'major',
3434
],
3535
groupName: null,
3636
matchPackageNames: [
37-
'*'
37+
'*',
3838
],
3939
prConcurrentLimit: 1,
40-
}
40+
},
41+
{
42+
matchDepNames: [
43+
'github-actions',
44+
],
45+
groupName: 'github-actions',
46+
commitMessagePrefix: '[skip-release] ',
47+
},
4148
],
4249
customManagers: [
4350
{
4451
customType: 'regex',
4552
description: 'Update *_VERSION ARG and ENV variables in Dockerfiles',
4653
managerFilePatterns: [
47-
'/(^|/|\\.)Dockerfile$/'
54+
'/(^|/|\\.)Dockerfile$/',
4855
],
4956
matchStrings: [
5057
"([ ]+)?# renovate: datasource=(?<datasource>[a-z-\\.]+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG)? .+?_VERSION=(?<currentValue>.+?)(\\s|$)",

0 commit comments

Comments
 (0)