Skip to content

Commit

Permalink
ci: fix renovate config (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Mar 4, 2024
1 parent 126f035 commit 5b9fde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*(.+: )(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}github-release{{/if}}"
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Third-party components versions
# Renovate bot will use this file to track and update component versions

# renovate: datasource=github-release depName=prometheus/prometheus
# renovate: datasource=github-releases depName=prometheus/prometheus
prometheus: v2.49.1
# renovate: datasource=github-release depName=grafana/grafana
# renovate: datasource=github-releases depName=grafana/grafana
grafana: v7.5.16

0 comments on commit 5b9fde0

Please sign in to comment.