File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 release :
1414 name : Release
15+ permissions :
16+ contents : read
1517 uses : voxpupuli/crafty/.github/workflows/release.yml@main
1618 with :
1719 allowed_owner : voxpupuli
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "addLabels" : [
4- " dependencies" ,
5- " renovate"
6- ],
73 "assigneesFromCodeOwners" : true ,
84 "automerge" : true ,
95 "automergeType" : " pr" ,
106 "customManagers" : [
117 {
128 "customType" : " regex" ,
139 "datasourceTemplate" : " rubygems" ,
14- "fileMatch " : [
15- " build_versions.yaml"
10+ "managerFilePatterns " : [
11+ " / build_versions.yaml/ "
1612 ],
1713 "matchStrings" : [
18- " rubygem_(?<depName>[a-z0-9_]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
14+ " rubygem_(?<depName>[a-z0-9_- ]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
1915 ]
2016 },
2117 {
2218 "customType" : " regex" ,
2319 "datasourceTemplate" : " deb" ,
24- "fileMatch " : [
25- " build_versions.yaml"
20+ "managerFilePatterns " : [
21+ " / build_versions.yaml/ "
2622 ],
2723 "matchStrings" : [
2824 " #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*openVoxRelease=(?<openVoxRelease>\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" "
3329 "extends" : [
3430 " config:recommended"
3531 ],
32+ "addLabels" : [
33+ " dependencies" ,
34+ " renovate"
35+ ],
3636 "vulnerabilityAlerts" : {
37+ "enabled" : true ,
3738 "addLabels" : [
3839 " security"
3940 ],
40- "enabled" : true
4141 }
4242}
You can’t perform that action at this time.
0 commit comments