mirror of
https://github.com/hassio-addons/addon-grafana.git
synced 2025-05-03 18:51:22 +00:00
Migrate renovate config (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1b7b79bd6
commit
e11c6cd018
1 changed files with 5 additions and 1 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
@ -5,8 +5,9 @@
|
|||
"labels": ["dependencies", "no-stale"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -16,6 +17,7 @@
|
|||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -26,6 +28,7 @@
|
|||
"depNameTemplate": "debian_12/{{package}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG GRAFANA_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
@ -34,6 +37,7 @@
|
|||
"depNameTemplate": "grafana/grafana"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG GRAFANA_IMAGE_RENDERER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue