chore: configure renovate
All checks were successful
Go / build (push) Successful in 33s

This commit is contained in:
Bastien Riviere 2023-09-03 18:05:52 +02:00
parent b73a80b4fa
commit 0ef9170f4e
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -2,6 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
":dependencyDashboard",
":automergeMinor",
":automergePatch",
":maintainLockFilesWeekly"
]
}