mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 09:54: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:
parent
520a7bca93
commit
dd6ea5f3c8
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue