Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

chore(renovate): always set the test/not-needed label

Under the assumption that all dependencies have at least some test
coverage. It may not be always true but it is generally true. Ideally
there would be an inventory, a checklist of dependencies that miss
test coverage, but that does not exist.
This commit is contained in:
Earl Warren 2024-11-12 07:50:39 +01:00
parent 520a7bca93
commit dd6ea5f3c8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -16,7 +16,7 @@
"prConcurrentLimit": 10,
"osvVulnerabilityAlerts": true,
"automergeStrategy": "squash",
"labels": ["dependency-upgrade"],
"labels": ["dependency-upgrade","test/not-needed"],
"packageRules": [
{
"description": "Require approval for python minor version",