Skip to content

Commit

Permalink
refactor(renovate): ignore slate and slate-react as they're bumpe…
Browse files Browse the repository at this point in the history
…d manually (#6242)

#6223
  • Loading branch information
stipsan authored Apr 5, 2024
1 parent f0f6537 commit 6fc2bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
],
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
"packageRules": [
{
"description": "Slate upgrades are handled manually as they require extensive manual testing to verify it's safe to upgrade",
"matchPackageNames": ["slate", "slate-react"],
"enabled": false
},
{
"description": "Dependency updates to examples and the root should always use the chore scope as they aren't published to npm",
"matchFileNames": ["package.json", "dev/**/package.json", "examples/**/package.json"],
Expand Down

0 comments on commit 6fc2bbb

Please sign in to comment.