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

View File

@@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>paulspenke/renovate-config:default"
]
}