Ignore remote examples for Renovate (#931)

* Ignore remote examples for now

* Format
This commit is contained in:
Nathan Bierema 2021-10-28 17:19:41 -04:00 committed by GitHub
parent 9a130ce9d1
commit 199f7d8c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
"ignorePaths": [
"**/node_modules/**",
"extension/examples/**",
"packages/redux-devtools-remote/examples/**"
],
"packageRules": [
{
"matchPackageNames": ["node"],