docker_exporter/renovate.json
Sebastian Leheis 4a1cdf70c5
Some checks failed
/ build (push) Has been cancelled
Added Drone and renovate conf
2025-03-18 23:40:06 +01:00

10 lines
200 B
JSON

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