Merge pull request #342 from cschug/renovate_stop_updating_label

feat: instruct Renovate per label to stop updating
This commit is contained in:
Christoph Schug 2024-07-01 12:48:18 +02:00 committed by GitHub
commit 018b3d9983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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