File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 } ,
1414 {
1515 matchDatasources : [
16- 'repology'
16+ 'repology' ,
1717 ] ,
1818 versioning : 'loose' ,
1919 } ,
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|$)" ,
You can’t perform that action at this time.
0 commit comments