Skip to content

Commit c701fad

Browse files
authored
Merge pull request #10 from planetscale/switch-to-renovate-preset
renovate: switch to new weeklyBatchMinorPatchDigest preset
2 parents 32e3a99 + 31acc40 commit c701fad

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

renovate.json5

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"local>planetscale/renovate-config"
5-
],
6-
"packageRules": [
7-
{
8-
"matchPackagePatterns": [
9-
"*"
10-
],
11-
"matchUpdateTypes": [
12-
"minor",
13-
"patch"
14-
],
15-
"groupName": "all non-major dependencies",
16-
"groupSlug": "all-minor-patch",
17-
"schedule": ["after 10pm on friday"]
18-
}
4+
"github>planetscale/renovate-config",
5+
"github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
196
]
207
}

0 commit comments

Comments
 (0)