mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Renovate will open PRs automatically when debian:bookworm-slim or debian:sid-slim receive updates (e.g. security patches), keeping the container current without relying solely on scheduled rebuilds.
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"docker": {
|
|
"pinDigests": true
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["dockerfile"],
|
|
"matchPackageNames": ["debian"],
|
|
"commitMessageTopic": "debian base image",
|
|
"schedule": ["at any time"]
|
|
}
|
|
]
|
|
}
|