Skip to content

Commit

Permalink
fix(config/replacements): require semver for renovate slim image tag …
Browse files Browse the repository at this point in the history
…removal (#27991)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
viceice and rarkins committed Mar 18, 2024
1 parent 5c14579 commit bcfaca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/internal/replacements.ts
Expand Up @@ -171,6 +171,7 @@ export const presets: Record<string, Preset> = {
matchDatasources: ['docker'],
matchPackageNames: ['ghcr.io/renovatebot/renovate'],
matchPackagePatterns: ['^(?:docker\\.io/)?renovate/renovate$'],
versioning: 'semver',
},
],
},
Expand Down

0 comments on commit bcfaca4

Please sign in to comment.