Skip to content

Commit

Permalink
chore(docker-compose): update path of renovate fileMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jan 20, 2025
1 parent 86d5698 commit 0d85c8c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/config/renovatebot/renovate-docker-compose.json5
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,12 @@
customManagers: [
{
customType: "regex",
fileMatch: [".env"],
fileMatch: ["docker-compose/versions/camunda-.+?/.env"],
datasourceTemplate: "docker",
matchStrings: [
"# renovate: datasource=docker depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?(?:\\s*\n)?(?<key>\\S+)=(?<currentValue>\\S+)",
],
versioningTemplate: "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
},
{
customType: "regex",
fileMatch: [".env", ".keycloak/Dockerfile"],
matchStrings: [
"KEYCLOAK_SERVER_VERSION\\s*=\\s*(?<currentValue>\\S+)",
"KEYCLOAK_VERSION\\s*=\\s*(?<currentValue>\\S+)",
],
depNameTemplate: "bitnami/keycloak",
datasourceTemplate: "docker",
},
}
],
}

0 comments on commit 0d85c8c

Please sign in to comment.