Automated Dependency Updates for Quadlet
Categories: docker
Renovate supports updating Quadlet dependencies.
File Matching¶
By default, Renovate will check any files matching any of the following regular expressions:
/.+\.container$/
/.+\.image$/
/.+\.volume$/
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker
.
Default config¶
{
"managerFilePatterns": [
"/.+\\.container$/",
"/.+\\.image$/",
"/.+\\.volume$/"
]
}
Additional Information¶
Renovate supports updating of Podman Quadlet .container
, .image
, or .volume
files or other files that use the same systemd format (via managerFilePatterns
configuration).
Updates are performed if there is an Image option in Container, Image, or Volume units:
[Container]
Image=docker.io/library/alpine:3.22
If you need to change the versioning format, read the versioning documentation to learn more.