mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
chore(deps): disable renovate for extension examples (#882)
This commit is contained in:
parent
29fd019e2b
commit
80efa75706
|
@ -2,7 +2,7 @@
|
||||||
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"ignorePaths": ["**/node_modules/**"],
|
"ignorePaths": ["**/node_modules/**", "extension/examples/**"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user