We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dff7eba + e0385b4 commit d544e4cCopy full SHA for d544e4c
renovate.json
@@ -1,21 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "github>planetscale/renovate-config"
5
- ]
+ "github>planetscale/renovate-config",
+ "github>planetscale/renovate-config:weeklyBatchMinorPatchDigest"
6
+ ],
7
"packageRules": [
- {
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
- },
19
20
"description": "Don't pin base image, we do not want its weekly updates.",
21
"matchPackageNames": [
0 commit comments