File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"matchStrings" : [
14
14
" datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.*(.+: )(?<currentValue>.*)\\ s"
15
15
],
16
- "versioningTemplate" : " {{#if versioning}}{{{versioning}}}{{else}}github-release {{/if}}"
16
+ "versioningTemplate" : " {{#if versioning}}{{{versioning}}}{{else}}semver {{/if}}"
17
17
}
18
18
]
19
19
}
Original file line number Diff line number Diff line change 1
1
# Third-party components versions
2
2
# Renovate bot will use this file to track and update component versions
3
3
4
- # renovate: datasource=github-release depName=prometheus/prometheus
4
+ # renovate: datasource=github-releases depName=prometheus/prometheus
5
5
prometheus : v2.49.1
6
- # renovate: datasource=github-release depName=grafana/grafana
6
+ # renovate: datasource=github-releases depName=grafana/grafana
7
7
grafana : v7.5.16
You can’t perform that action at this time.
0 commit comments