| { | |
| "extends": [ | |
| "config:base", | |
| "schedule:weekly", | |
| ":disableDependencyDashboard" | |
| ], | |
| "semanticCommits": false, | |
| "postUpdateOptions": [ | |
| "gomodTidy" | |
| ], | |
| "commitMessagePrefix": "chore(all): ", | |
| "commitMessageAction": "update", | |
| "groupName": "all", | |
| "ignoreDeps": [ | |
| "google.golang.org/grpc" | |
| ], | |
| "force": { | |
| "constraints": { | |
| "go": "1.24" | |
| } | |
| } | |
| } |