feat: instruct Renovate to stop updating

Renovate shall not attempt further updates if a label named
`renovate/stop_updating` is set.
This commit is contained in:
Christoph Schug 2024-07-01 12:45:31 +02:00
parent 4dee391fc4
commit b56329086a

View File

@ -103,5 +103,6 @@
"allowedVersions": "!/^2\\.19\\.10$/"
}
],
"separateMinorPatch": true
"separateMinorPatch": true,
"stopUpdatingLabel": "renovate/stop_updating"
}