Skip to content

Commit

Permalink
Merge pull request #345 from javierbrea/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
javierbrea authored Nov 23, 2024
2 parents 0779f76 + 485354e commit 4007963
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
],
"packageRules": [
{
"matchPaths": ["package.json"],
"matchPackageNames": ["chalk"],
"matchFileNames": [
"package.json"
],
"matchPackageNames": [
"chalk"
],
"allowedVersions": "<5.0.0"
}
]
Expand Down

0 comments on commit 4007963

Please sign in to comment.