File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" github>koki-develop/renovate-config" ],
4- "customManagers" : [
5- {
6- "customType" : " regex" ,
7- "fileMatch" : [" ^\\ .github/workflows/actions\\ .json$" ],
8- "versioningTemplate" : " semver" ,
9- "datasourceTemplate" : " github-releases" ,
10- "matchStrings" : [" \" (?<depName>[^\" ]+)\" : \" (?<currentValue>[^\" ]+)\" " ]
11- },
12- {
13- "customType" : " regex" ,
14- "fileMatch" : [" ^\\ .github/workflows/actions-lock\\ .json$" ],
15- "versioningTemplate" : " semver" ,
16- "datasourceTemplate" : " github-releases" ,
17- "matchStrings" : [
18- " \" (?<depName>.+?)@(?<currentValue>.+?)\" : \" (?<currentDigest>[a-f0-9]{40})\" "
19- ]
20- }
3+ "extends" : [
4+ " github>koki-develop/renovate-config" ,
5+ " github>koki-develop/ghats"
216 ]
227}
You can’t perform that action at this time.
0 commit comments