Skip to content

Commit

Permalink
add rule to update earthly/dind from arg
Browse files Browse the repository at this point in the history
  • Loading branch information
idodod committed Mar 29, 2024
1 parent 6ad9fcd commit 88bd34a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@
'\\s*#\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+depName=(?<depName>.*?)[\\s\\n]+(versioning=(?<versioning>.*?)\\s+)?ARG\\s+.*?(_VERSION|_VER|version)=(?<currentValue>.*?)($|\\s|\\n)',
],
},
{
customType: 'regex',
fileMatch: [
'Earthfile',
],
matchStrings: [
'ARG DIND_IMAGE=earthly/dind:(?<currentValue>.*?)($|\\s|\\n)',
],
depNameTemplate: 'alpine/dind',
datasourceTemplate: 'docker',
},
],
labels: [
'renovate',
Expand Down

0 comments on commit 88bd34a

Please sign in to comment.