Skip to content

Commit

Permalink
ci/renovate: allow renovate to update itself
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jul 4, 2024
1 parent 0ea0f8a commit f1c40c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
"matchStrings": [
"ghcr.io/grafana/grafana-build-tools:(?<currentValue>\\S+)"
]
},
{
// Update renovate version in GHA workflow file.
"customType": "regex",
"depNameTemplate": "ghcr.io/renovatebot/renovate",
"datasourceTemplate": "docker",
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$",
],
"matchStrings": [
"renovate-version: (?<currentValue>\\S+)"
]
}
]
}

0 comments on commit f1c40c2

Please sign in to comment.