ci: add renovate config
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m53s

This commit is contained in:
Konstantin Fickel 2026-01-18 17:10:06 +01:00
parent 780ab60be1
commit b5bfedf039
Signed by: kfickel
GPG key ID: A793722F9933C1A5

17
renovate.json Normal file
View file

@ -0,0 +1,17 @@
{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"osvVulnerabilityAlerts": true
}