Skip to content

Commit

Permalink
ci: fix Renovate config (#3485) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 20, 2025
1 parent 7797436 commit a643da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageRules": [
{
"groupName": "@react-native-community/cli",
"allowedVersions": "^15.0.0"
"allowedVersions": "^15.0.0",
"matchPackageNames": ["@react-native-community/cli{/,}**"]
},
{
Expand All @@ -28,7 +28,7 @@
},
{
"groupName": "Metro",
"allowedVersions": "^0.81.0"
"allowedVersions": "^0.81.0",
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
},
{
Expand Down

0 comments on commit a643da1

Please sign in to comment.