dashboard/renovate.json
Aaron Riedel e369a8ad6e
All checks were successful
continuous-integration/drone/push Build is passing
enable platformAutomerge and backdate one dependency to check if it works
2023-10-23 16:46:43 +02:00

11 lines
229 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}