chore(renovate): ignore node version correctly (#2224)
This commit is contained in:
parent
a6e4da8c41
commit
fa44850686
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@ -3,7 +3,6 @@
|
||||
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
||||
"labels": ["c: dependencies"],
|
||||
"rangeStrategy": "bump",
|
||||
"node": false,
|
||||
"ignoreDeps": [
|
||||
"vue",
|
||||
"vue-tsc",
|
||||
@ -65,6 +64,10 @@
|
||||
{
|
||||
"groupName": "typescript",
|
||||
"matchPackageNames": ["typescript"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["node-version"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"vulnerabilityAlerts": {
|
||||
|
Loading…
Reference in New Issue
Block a user