diff --git a/renovate.json b/renovate.json index 2aa43b6..173e0ad 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>sanity-io/renovate-presets//ecosystem/auto", - "github>sanity-io/renovate-presets//ecosystem/studio-v2" + "github>sanity-io/renovate-config", + "github>sanity-io/renovate-config:studio-v2" ], "packageRules": [ { - "matchFiles": ["test-studio/package.json"], + "matchFileNames": ["test-studio/package.json"], "extends": [":semanticCommitTypeAll(chore)"] } ]