Skip to content

Commit

Permalink
chore: ignore backcompat in renovate (#2350)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
  • Loading branch information
3 people committed Jul 17, 2021
1 parent f9ab4a3 commit 90e941a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Expand Up @@ -11,8 +11,8 @@
"rangeStrategy": "bump"
},
{
"matchPaths": ["backwards-compatibility/**"],
"ignoreDeps": ["@types/node"],
"matchPaths": ["backwards-compatibility"],
"matchPackageNames": ["@types/node"],
"enabled": false
}
],
Expand Down

0 comments on commit 90e941a

Please sign in to comment.