Skip to content

Commit 834f9bc

Browse files
committed
Group GHA into their own PRs
1 parent 8631cbd commit 834f9bc

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

default.json5

Lines changed: 11 additions & 7 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,25 @@
3030
},
3131
{
3232
matchUpdateTypes: [
33-
'major'
33+
'major',
3434
],
3535
groupName: null,
36-
matchPackageNames: [
37-
'*'
38-
],
3936
prConcurrentLimit: 1,
40-
}
37+
},
38+
{
39+
matchDepTypes: [
40+
'action',
41+
],
42+
groupName: 'github-actions',
43+
commitMessagePrefix: '[skip-release] ',
44+
},
4145
],
4246
customManagers: [
4347
{
4448
customType: 'regex',
4549
description: 'Update *_VERSION ARG and ENV variables in Dockerfiles',
4650
managerFilePatterns: [
47-
'/(^|/|\\.)Dockerfile$/'
51+
'/(^|/|\\.)Dockerfile$/',
4852
],
4953
matchStrings: [
5054
"([ ]+)?# renovate: datasource=(?<datasource>[a-z-\\.]+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG)? .+?_VERSION=(?<currentValue>.+?)(\\s|$)",

0 commit comments

Comments
 (0)