Set up Renovate configuration with default and Docker-specific presets. Updated bot settings and added README.
All checks were successful
renovate / renovate (push) Successful in 3m22s

This commit is contained in:
2026-04-02 22:09:34 +02:00
parent c419a2e503
commit c29494cbc5
6 changed files with 77 additions and 7 deletions

14
docker.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Docker specific rules",
"extends": [
"docker:pinDigests"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}