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 15, 2024
1 parent 55c5314 commit 49496b6
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 @@ -61,6 +61,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 49496b6

Please sign in to comment.