Skip to content

Commit

Permalink
ci: update renovate to use the new preset (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Jun 15, 2023
1 parent 744f7e0 commit 61b15a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":dependencyDashboardApproval"],
"ignorePresets": ["github>sanity-io/renovate-presets//ecosystem/group-after-types"],
"extends": ["github>sanity-io/renovate-config", ":dependencyDashboardApproval"],
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
"packageRules": [
{
"description": "Dependency updates to examples and the root should always use the chore scope as they aren't published to npm",
Expand Down

2 comments on commit 61b15a2

@vercel
Copy link

@vercel vercel bot commented on 61b15a2 Jun 15, 2023

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:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 61b15a2 Jun 15, 2023

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-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.