Skip to content

Commit

Permalink
ci/renovate: use docker datasource for grafana-build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Jul 4, 2024
1 parent ae97c2f commit 4f3e319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
{
// Update grafana-build-tools tags across the repository.
"customType": "regex",
"datasourceTemplate": "github-tags",
"depNameTemplate": "ghcr.io/grafana/grafana-build-tools",
"datasourceTemplate": "docker",
"versioningTemplate": "semver",
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$",
Expand All @@ -46,7 +47,7 @@
".*\\.mk$"
],
"matchStrings": [
"\\bghcr\\.io/(?<depName>grafana/grafana-build-tools):(?<currentValue>\\S+)\\b"
"ghcr.io/grafana/grafana-build-tools:(?<currentValue>\\S+)"
]
}
]
Expand Down

0 comments on commit 4f3e319

Please sign in to comment.