diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-18 14:27:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 14:27:04 -0700 |
| commit | 4bb17c6e3607b59be98686cf2f4779713f2ab849 (patch) | |
| tree | ba2a0991087bd278faa5e7c30783d4ddf3bc502d | |
| parent | ce58bda4a0de317c62c26f303db363a0c1abaeba (diff) | |
| parent | 48a2d3327dc7fbd39b65618606a39b87dec4e930 (diff) | |
| download | seaweedfs-4bb17c6e3607b59be98686cf2f4779713f2ab849.tar.xz seaweedfs-4bb17c6e3607b59be98686cf2f4779713f2ab849.zip | |
Merge pull request #2770 from naveensrinivasan/naveen/dependabot-go
Dependabot config settings for golang
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 374383934..1636a4d40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily |
