Skip to content

Commit 8f31158

Browse files
willporter-workosclaudegjtorikian
authored
fix(renovate): explicitly enable minor and patch updates (#556)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Garen Torikian <gjtorikian@users.noreply.github.com>
1 parent b131dd7 commit 8f31158

1 file changed

Lines changed: 1 addition & 54 deletions

File tree

renovate.json

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>workos/renovate-config"
5-
],
6-
"dependencyDashboard": false,
7-
"schedule": [
8-
"on the 15th day of the month before 12pm"
9-
],
10-
"timezone": "UTC",
11-
"rebaseWhen": "conflicted",
12-
"packageRules": [
13-
{
14-
"matchUpdateTypes": [
15-
"minor",
16-
"patch"
17-
],
18-
"automerge": true,
19-
"groupName": "minor and patch updates"
20-
},
21-
{
22-
"matchUpdateTypes": [
23-
"major"
24-
],
25-
"automerge": false
26-
},
27-
{
28-
"matchUpdateTypes": [
29-
"digest"
30-
],
31-
"automerge": false
32-
},
33-
{
34-
"matchManagers": [
35-
"github-actions"
36-
],
37-
"matchUpdateTypes": [
38-
"minor",
39-
"patch",
40-
"digest",
41-
"pinDigest"
42-
],
43-
"groupName": "github actions non-major",
44-
"groupSlug": "github-actions-non-major",
45-
"automerge": true
46-
},
47-
{
48-
"matchManagers": [
49-
"github-actions"
50-
],
51-
"matchUpdateTypes": [
52-
"major"
53-
],
54-
"groupName": "github actions major",
55-
"groupSlug": "github-actions-major",
56-
"automerge": false
57-
}
4+
"github>workos/renovate-config:public"
585
]
596
}

0 commit comments

Comments
 (0)