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 88bd07a commit 449c222Copy full SHA for 449c222
renovate.json
@@ -1,9 +1,12 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>sanity-io/renovate-presets//ecosystem/auto", ":reviewer(team:ecosystem)"],
+ "extends": [
4
+ "github>sanity-io/renovate-presets//ecosystem/auto",
5
+ ":reviewer(team:ecosystem)"
6
+ ],
7
"packageRules": [
8
- "packageNames": ["gatsby-source-sanity"],
9
+ "matchPackageNames": ["gatsby-source-sanity"],
10
"rangeStrategy": "pin",
11
"schedule": ["at any time"]
12
},
0 commit comments