commit | 30520cad6b66366c70faae9372cdf781e2c7d3f2 | [log] [tgz] |
---|---|---|
author | Cody Oss <6331106+codyoss@users.noreply.github.com> | Thu Jul 09 15:04:08 2020 -0500 |
committer | GitHub <noreply@github.com> | Thu Jul 09 20:04:08 2020 +0000 |
tree | 58af7bcd23ab71ee6539eb78f19bb54dfbe1f86a | |
parent | 8c98a7e7b75bd9bbdfa076f5dff19e51a2d66f35 [diff] |
chore(.github): automate dependency updates with Renovate (#574) Fixes: #572
diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..675cc2e --- /dev/null +++ b/.github/renovate.json
@@ -0,0 +1,13 @@ +{ + "extends": [ + "config:base", + "schedule:weekly" + ], + "semanticCommits": false, + "postUpdateOptions": [ + "gomodTidy" + ], + "commitMessagePrefix": "chore(all): ", + "commitMessageAction": "update", + "groupName": "all" +}