docker-images/renovate.json
Jake Walker cb72c44e9a
All checks were successful
ci/woodpecker/push/pre-commit Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
update renovate config to automerge
2025-01-22 09:47:09 +00:00

14 lines
239 B
JSON

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