Skip to content

Commit e668133

Browse files
authored
chore(.github): add renovate config for dep updates (googleapis#559)
1 parent bbfc47d commit e668133

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"schedule:weekly"
5+
],
6+
"semanticCommits": false,
7+
"postUpdateOptions": [
8+
"gomodTidy"
9+
],
10+
"commitMessagePrefix": "chore(all): ",
11+
"commitMessageAction": "update",
12+
"groupName": "all"
13+
}

0 commit comments

Comments
 (0)