Skip to content

Commit 993a149

Browse files
authored
Adding renovate config (#649)
1 parent 62fe19b commit 993a149

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/renovate.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)