Skip to content

Commit

Permalink
chore: set renovate commit scope
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 30, 2022
1 parent ed20a79 commit 8ae06e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":dependencyDashboardApproval"]
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":dependencyDashboardApproval"],
"packageRules": [
{
"description": "Dependency updates to examples and the root should always use the chore scope as they aren't published to npm",
"matchPaths": ["dev/**/package.json"],
"matchFiles": ["package.json"],
"extends": [":semanticCommitTypeAll(chore)"],
"groupSlug": "dev"
}
]
}

1 comment on commit 8ae06e5

@vercel
Copy link

@vercel vercel bot commented on 8ae06e5 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.