File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 8484 " (^|/)Chart\\ .yaml$"
8585 ],
8686 "matchStrings" : [
87- " #\\ s?renovate: image=(?<depName>.*?)\\ s?appVersion:\\ s?\\\" ?(?<currentValue>[\\ w+\\ .\\ -]*)"
87+ " renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s+appVersion: (?<currentValue>.*)\\ s"
88+ ]
89+ },
90+ {
91+ "fileMatch" : [
92+ " ^\\ .github/workflows/[^/]+\\ .ya?ml$"
8893 ],
89- "datasourceTemplate" : " docker"
94+ "matchStrings" : [
95+ " renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s+version: (?<currentValue>.*)\\ s"
96+ ]
9097 },
9198 {
9299 "fileMatch" : [
Original file line number Diff line number Diff line change 2121 name : Sync labels
2222 runs-on : ubuntu-22.04
2323 steps :
24- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
24+ - uses : actions/checkout@v4
2525 - uses : srealmoreno/label-sync-action@v1
2626 with :
2727 clean-labels : true
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 steps :
24- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
24+ - uses : actions/checkout@v4
2525 - uses : actions/cache@v3
2626 with :
2727 path : |
You can’t perform that action at this time.
0 commit comments