Skip to content

Commit

Permalink
add renovate for TKO_BASE_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 25, 2024
1 parent 531f53c commit ed544dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,18 @@
"automerge": true,
"autoApprove": true
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^github/workflows/(.+).yml$"
],
"matchStrings": [
"TKO_BASE_IMAGE:\\s*(?<depName>[^:]+):(?<currentValue>[^@]+)(@(?<currentDigest>sha256:[a-f0-9]+))?"
],
"autoReplaceStringTemplate": "TKO_BASE_IMAGE: {{{depName}}}:{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}",
"datasourceTemplate": "docker"
}
]
}

0 comments on commit ed544dd

Please sign in to comment.