We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eecf6 commit e572addCopy full SHA for e572add
renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":reviewer(team:ecosystem)"],
+ "extends": ["github>sanity-io/renovate-config", ":reviewer(team:ecosystem)"],
4
"packageRules": [
5
6
"matchPackageNames": ["gatsby-source-sanity"],
@@ -9,7 +9,7 @@
9
},
10
11
"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"],
+ "matchFileNames": ["examples/blog/package.json"],
13
"extends": [":semanticCommitTypeAll(chore)"],
14
"groupSlug": "examples"
15
}
0 commit comments