Skip to content

Commit

Permalink
Exclude Comet from Renovate updates
Browse files Browse the repository at this point in the history
Minor Comet updates can cause changes to schema.gql or block-meta.json. As long as we don't have a lint for that, I don't want to have PRs for Comet that get merged without starting the API once.
  • Loading branch information
johnnyomair committed Dec 3, 2024
1 parent fb42862 commit 3722004
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommitsDisabled"],
"packageRules": [
{
"groupName": "comet",
"prPriority": 6,
"matchPackageNames": ["/@comet/*/"],
"labels": ["comet", "dependencies"]
},
{
"groupName": "linters",
"matchPackageNames": ["/^eslint/", "/^prettier/"]
Expand Down

0 comments on commit 3722004

Please sign in to comment.