Skip to content

Commit

Permalink
renovate: fix regex for self-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Oct 14, 2024
1 parent 198b020 commit f9a233b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"^\\.github/workflows/.*\\.ya?ml$",
],
"matchStrings": [
"renovate-version: (?<currentValue>\\S+)",
"RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:(?<currentValue>\\S+)"
"renovate-version: (?<currentValue>[^@\\s]+)(?:@(?<currentDigest>\\S+))?",
"RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:(?<currentValue>[^@\\s]+)(?:@(?<currentDigest>\\S+))?"
]
}
],
Expand Down

0 comments on commit f9a233b

Please sign in to comment.