Skip to content

Commit e572add

Browse files
chore(config): migrate renovate config (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent 02eecf6 commit e572add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":reviewer(team:ecosystem)"],
3+
"extends": ["github>sanity-io/renovate-config", ":reviewer(team:ecosystem)"],
44
"packageRules": [
55
{
66
"matchPackageNames": ["gatsby-source-sanity"],
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"description": "Dependency updates to other package jsons than the root should always use the chore scope as they aren't published to npm",
12-
"matchFiles": ["examples/blog/package.json"],
12+
"matchFileNames": ["examples/blog/package.json"],
1313
"extends": [":semanticCommitTypeAll(chore)"],
1414
"groupSlug": "examples"
1515
}

0 commit comments

Comments
 (0)