Skip to content

Commit cc2cc4a

Browse files
committed
Use GitHub's native Dependabot to support "go mod tidy"
We've been using Dependabot (dependabot-preview) for upgrading Go modules. However dependabot-preview has been replaced by the GitHub-native Dependabot which supports "go mod tidy"! This change introduces GitHub-native Dependabot by adding its new configuration file. https://dependabot.com/docs/config-file/ https://github.blog/changelog/2020-10-19-dependabot-go-mod-tidy-and-vendor-support/ Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 06a30fe commit cc2cc4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: /
5+
schedule:
6+
interval: daily
7+

0 commit comments

Comments
 (0)