Update renovate.json
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
2024-07-31 22:34:10 +02:00
parent d273c47ffb
commit 7ed2ed0b20

View File

@@ -1,5 +1,10 @@
{ {
"extends": [ "extends": [
"config:best-practices" "config:best-practices"
] ],
"packageRules": [{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}]
} }