update renovate config to automerge
All checks were successful
ci/woodpecker/push/pre-commit Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

This commit is contained in:
Jake Walker 2025-01-22 09:47:09 +00:00
parent 76c16e9545
commit cb72c44e9a

View file

@ -1,3 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchDatasources": [
"git-submodules"
],
"automerge": true
}
]
} }