Skip to content

Commit

Permalink
fix(workspace): fix wrong config for renovate widen preset
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfernandez committed Feb 10, 2023
1 parent 5e37f14 commit 38ec4ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -3,9 +3,9 @@
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "peerDependencies", "optionalDependencies", "devDependencies"],
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["minor", "patch", "bump"],
"excludePaths": ["package.json"],
"ignorePaths": ["package.json"],
"enabled": false
}
]
Expand Down
4 changes: 2 additions & 2 deletions widenRangeLibraryDeps.json
Expand Up @@ -3,9 +3,9 @@
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "peerDependencies", "optionalDependencies", "devDependencies"],
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["minor", "patch", "bump"],
"excludePaths": ["package.json"],
"ignorePaths": ["package.json"],
"enabled": false
}
]
Expand Down

0 comments on commit 38ec4ec

Please sign in to comment.