Skip to content

Commit

Permalink
chore(.github): add renovate config for dep updates (googleapis#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Mar 23, 2021
1 parent bbfc47d commit e668133
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
@@ -0,0 +1,13 @@
{
"extends": [
"config:base",
"schedule:weekly"
],
"semanticCommits": false,
"postUpdateOptions": [
"gomodTidy"
],
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all"
}

0 comments on commit e668133

Please sign in to comment.