Skip to content

Commit

Permalink
Ignore get-packages and chalk for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 24, 2023
1 parent 96c617c commit bf9ad5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Use Alfa's renovate preset",
"packageRules": [
{
"description": "get-packages must be kept at the same version as in @changesets/cli; chalk update needs some fix in alfa-test",
"matchPackageNames": ["@manypkg/get-packages", "chalk"],
"enabled": false
}
],
"extends": ["local>siteimprove/alfa//config/alfa-renovate"]
}

0 comments on commit bf9ad5a

Please sign in to comment.