add renovate
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 45s

This commit is contained in:
2025-06-15 23:57:53 +00:00
parent b8ee7551aa
commit 1612685655

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}