Skip to content

Commit 81a4c98

Browse files
chore(config): migrate renovate config (#50)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/renovate/) using a [curated preset](https://togithub.com/sanity-io/renovate-config#readme) maintained by [<picture><source media="(prefers-color-scheme: dark)" srcset="https://www.sanity.io/static/images/logo_white.svg?v=2"><img alt="Sanity" src="https://www.sanity.io/static/images/logo_red.svg?v=2" height="10"></picture>](https://www.sanity.io/?utm_source=github&utm_medium=referral&utm_campaign=ecosystem-renovate-preset). View repository job log [here](https://developer.mend.io/github/sanity-io/incompatible-plugin) --------- Signed-off-by: Cody Olsen <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <[email protected]>
1 parent e3972f6 commit 81a4c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>sanity-io/renovate-presets//ecosystem/auto",
5-
"github>sanity-io/renovate-presets//ecosystem/studio-v2"
4+
"github>sanity-io/renovate-config",
5+
"github>sanity-io/renovate-config:studio-v2"
66
],
77
"packageRules": [
88
{
9-
"matchFiles": ["test-studio/package.json"],
9+
"matchFileNames": ["test-studio/package.json"],
1010
"extends": [":semanticCommitTypeAll(chore)"]
1111
}
1212
]

0 commit comments

Comments
 (0)