Skip to content

Commit

Permalink
Added Renovate support for updating container images set through vari…
Browse files Browse the repository at this point in the history
…ables in `docker-compose.yml`.
  • Loading branch information
AlexSkrypnyk committed May 2, 2024
1 parent cc7a834 commit 3325149
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,15 @@
"schedule": ["before 3am"],
"matchManagers": ["github-actions"]
}
],
"regexManagers": [
{
"fileMatch": ["^docker-compose\\.yml$"],
"matchStrings": [
"[^:]+:\\s*\"?\\${(?:.*):-(?<depName>.*?):(?<currentValue>.*?)(?:\\@sha256:.*)?}\"?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}

1 comment on commit 3325149

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.