File tree Expand file tree Collapse file tree 2 files changed +28
-35
lines changed
Expand file tree Collapse file tree 2 files changed +28
-35
lines changed Original file line number Diff line number Diff line change 44 " config:recommended"
55 ],
66 "enabledManagers" : [
7- " github-actions"
7+ " github-actions" ,
8+ " regex"
9+ ],
10+ "regexManagers" : [
11+ {
12+ "fileMatch" : [
13+ " ^docker-compose\\ .yml$" ,
14+ " ^relay/docker-compose\\ .yml$"
15+ ],
16+ "matchStrings" : [
17+ " image:\\ s*obolnetwork/charon:\\ $\\ {CHARON_VERSION:-v?(?<currentValue>[\\ w.-]+)}"
18+ ],
19+ "datasourceTemplate" : " github-releases" ,
20+ "depNameTemplate" : " ObolNetwork/charon" ,
21+ "versioningTemplate" : " semver"
22+ }
823 ],
924 "packageRules" : [
1025 {
2439 " renovate/github-actions"
2540 ],
2641 "groupName" : " GitHub Actions updates"
42+ },
43+ {
44+ "matchManagers" : [
45+ " regex"
46+ ],
47+ "matchDepNames" : [
48+ " ObolNetwork/charon"
49+ ],
50+ "labels" : [
51+ " renovate/charon"
52+ ],
53+ "groupName" : " Charon image updates"
2754 }
2855 ]
2956}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments