Skip to content

Commit

Permalink
chore(renovate): ignore examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 31, 2022
1 parent 8ae06e5 commit 223d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Expand Up @@ -4,7 +4,7 @@
"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"],
"matchPaths": ["dev/**/package.json", "examples/**/package.json"],
"matchFiles": ["package.json"],
"extends": [":semanticCommitTypeAll(chore)"],
"groupSlug": "dev"
Expand Down

1 comment on commit 223d31a

@vercel
Copy link

@vercel vercel bot commented on 223d31a Dec 31, 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.