mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-18 04:20:45 +03:00
Ignore remote examples for Renovate (#931)
* Ignore remote examples for now * Format
This commit is contained in:
parent
9a130ce9d1
commit
199f7d8c53
|
@ -2,7 +2,11 @@
|
||||||
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
"ignorePaths": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"extension/examples/**",
|
||||||
|
"packages/redux-devtools-remote/examples/**"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["node"],
|
"matchPackageNames": ["node"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user