Skip to content

Commit

Permalink
chore: configure renovate to bump image deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 11, 2024
1 parent 6202972 commit acd0dd3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,18 @@
"matchPackageNames": ["eclipse-temurin"],
"enabled": false
}
],

"regexManagers": [
{
// Parse image version from .env file.
"fileMatch": [
".env$"
],
"datasourceTemplate": "docker",
"matchStrings": [
"IMAGE=(?<depName>.+):(?<currentValue>.+)"
]
}
]
}
}

0 comments on commit acd0dd3

Please sign in to comment.