Skip to content

Commit

Permalink
ci: forbid to update peer-dependencies react, angular, vue and …
Browse files Browse the repository at this point in the history
…`libphonenumber-js`
  • Loading branch information
nsbarsukov committed May 16, 2024
1 parent ae89d6f commit 83da1c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
],
"executionMode": "branch",
"fileFilters": ["package-lock.json"]
}
},
"packageRules": [
{
"enabled": false,
"matchDepTypes": ["peerDependencies"],
"matchPackagePatterns": ["react", "react-dom", "^@angular.*", "vue", "libphonenumber-js"]
}
]
}

0 comments on commit 83da1c3

Please sign in to comment.