mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 22:59:29 +01:00
chore: remove eslint v9 restriction in renovate
This restriction can be removed with 7ad83fce40
This commit is contained in:
parent
7a29ab4d20
commit
18a959dc8c
1 changed files with 0 additions and 5 deletions
|
@ -162,11 +162,6 @@
|
||||||
"matchPackageNames": ["monaco-editor"],
|
"matchPackageNames": ["monaco-editor"],
|
||||||
"minimumReleaseAge": "30 days"
|
"minimumReleaseAge": "30 days"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9",
|
|
||||||
"matchPackageNames": ["eslint-plugin-no-use-extend-native"],
|
|
||||||
"allowedVersions": "<0.6.0"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Require approval for stable branches (must be last rule to override all others)",
|
"description": "Require approval for stable branches (must be last rule to override all others)",
|
||||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||||
|
|
Loading…
Reference in a new issue