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 ,
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|$)" ,
You can’t perform that action at this time.
0 commit comments