We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fe19b commit 993a149Copy full SHA for 993a149
.github/renovate.json
@@ -0,0 +1,24 @@
1
+{
2
+ "extends": [
3
+ "config:recommended",
4
+ "schedule:weekdays",
5
+ ":semanticCommitsDisabled"
6
+ ],
7
+ "postUpdateOptions": ["gomodTidy"],
8
+ "commitMessagePrefix": "chore(all): ",
9
+ "commitMessageAction": "update",
10
+ "groupName": "deps",
11
+ "ignoreDeps": ["com_google_googleapis"],
12
+ "customManagers": [
13
+ {
14
+ "customType": "regex",
15
+ "description": "Synchronize Go Version: MODULE.bazel go_sdk",
16
+ "fileMatch": ["MODULE.bazel"],
17
+ "matchStrings": [
18
+ "go_sdk.download(versions*=s*\"(?<currentValue>[d.]+)\")"
19
20
+ "depNameTemplate": "golang",
21
+ "datasourceTemplate": "golang-version"
22
+ }
23
+ ]
24
+}
0 commit comments