mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
chore(renovate): ignore node version correctly (#2224)
This commit is contained in:
parent
a6e4da8c41
commit
fa44850686
1 changed files with 4 additions and 1 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -3,7 +3,6 @@
|
||||||
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
||||||
"labels": ["c: dependencies"],
|
"labels": ["c: dependencies"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"node": false,
|
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"vue",
|
"vue",
|
||||||
"vue-tsc",
|
"vue-tsc",
|
||||||
|
@ -65,6 +64,10 @@
|
||||||
{
|
{
|
||||||
"groupName": "typescript",
|
"groupName": "typescript",
|
||||||
"matchPackageNames": ["typescript"]
|
"matchPackageNames": ["typescript"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["node-version"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
|
|
Loading…
Reference in a new issue