Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 93eab15

Browse files
authored
Update renovate.json
1 parent 3fb8480 commit 93eab15

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

renovate.json

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
3-
"config:base"
4+
"config:recommended"
45
],
5-
"semanticCommits": false,
66
"postUpdateOptions": [
77
"gomodTidy"
88
],
9-
"commitMessagePrefix": "chore(all): ",
10-
"commitMessageAction": "update",
11-
"ignorePaths": [
12-
"**/Dockerfile"
13-
],
14-
"groupName": "everything",
159
"packageRules": [
1610
{
17-
"updateTypes": [
18-
"major"
19-
],
20-
"enabled": false
21-
},
22-
{
23-
"packageNames": [
24-
"golang.org/x/tools",
25-
"cloud.google.com/go/pubsublite",
26-
"contrib.go.opencensus.io/exporter/stackdriver"
27-
],
28-
"enabled": false
29-
}
30-
],
31-
"force": {
32-
"constraints": {
33-
"go": "1.20"
11+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
12+
"automerge": true,
13+
"automergeType": "pr"
3414
}
35-
}
15+
]
3616
}

0 commit comments

Comments
 (0)