mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-23 11:01:49 +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
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
"prConcurrentLimit": 10,
|
"prConcurrentLimit": 10,
|
||||||
"osvVulnerabilityAlerts": true,
|
"osvVulnerabilityAlerts": true,
|
||||||
"automergeStrategy": "squash",
|
"automergeStrategy": "squash",
|
||||||
"labels": ["dependency-upgrade"],
|
"labels": ["dependency-upgrade","test/not-needed"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Require approval for python minor version",
|
"description": "Require approval for python minor version",
|
||||||
|
|
Loading…
Reference in a new issue