File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 77 {
88 customType : 'regex' ,
99 description : 'Update _VERSION for 3rd parties gradle plugin' ,
10- datasourceTemplate : "maven" ,
11- versioningTemplate : "gradle" ,
12- packageNameTemplate : "{{packageName}}" ,
13- registryUrlTemplate : "https://plugins.gradle.org/m2/" ,
14- fileMatch : [ 'ec2-install.sh' ] ,
10+ datasourceTemplate : 'maven' ,
11+ versioningTemplate : 'gradle' ,
12+ packageNameTemplate : '{{packageName}}' ,
13+ registryUrlTemplate : 'https://plugins.gradle.org/m2/' ,
14+ managerFilePatterns : [
15+ '/ec2-install.sh/' ,
16+ ] ,
1517 matchStrings : [
1618 '# renovate: depName=(?<depName>[^\\s]+) packageName=(?<packageName>[^\\s]+).*\\s*[A-Z_]*VERSION=(?<currentValue>[\\w+\\.\\-]*)\\s*' ,
1719 ] ,
1820 } ,
1921 ] ,
2022 postUpgradeTasks : {
21- commands : [ 'bash .github/renovate/post-upgrade.sh' ] ,
22- fileFilters : [ 'AWS/EC2/ec2-install.sh' , ] ,
23+ commands : [
24+ 'bash .github/renovate/post-upgrade.sh' ,
25+ ] ,
26+ fileFilters : [
27+ 'AWS/EC2/ec2-install.sh' ,
28+ ] ,
2329 executionMode : 'branch' ,
2430 } ,
2531}
You can’t perform that action at this time.
0 commit comments