Skip to content

Commit

Permalink
chore(config): migrate renovate config (#50)
Browse files Browse the repository at this point in the history
[![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 <81981+stipsan@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and stipsan authored Jul 24, 2023
1 parent e3972f6 commit 81a4c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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)"]
}
]
Expand Down

1 comment on commit 81a4c98

@vercel
Copy link

@vercel vercel bot commented on 81a4c98 Jul 24, 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:

incompatible-plugin – ./

incompatible-plugin.sanity.build
incompatible-plugin-git-main.sanity.build

Please sign in to comment.