chore: ignore backcompat in renovate (#2350)
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
This commit is contained in:
parent
f9ab4a33c6
commit
90e941ae15
|
|
@ -11,8 +11,8 @@
|
|||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"matchPaths": ["backwards-compatibility/**"],
|
||||
"ignoreDeps": ["@types/node"],
|
||||
"matchPaths": ["backwards-compatibility"],
|
||||
"matchPackageNames": ["@types/node"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue