Skip to content

Commit c3fca1a

Browse files
committed
chore: adjust renovate
1 parent 9cfab18 commit c3fca1a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto"]
3+
"extends": ["github>sanity-io/renovate-presets//ecosystem/auto"],
4+
"packageRules": [
5+
{
6+
"packageNames": ["gatsby-source-sanity"],
7+
"rangeStrategy": "pin",
8+
"schedule": ["at any time"]
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": [
13+
"examples/blog/package.json",
14+
],
15+
"extends": [":semanticCommitTypeAll(chore)"],
16+
"groupSlug": "examples"
17+
}
18+
]
419
}

0 commit comments

Comments
 (0)