diff options
| author | stevenwdv <stevenwdv@users.noreply.github.com> | 2022-02-10 00:09:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 00:09:16 +0100 |
| commit | 5ce27167d0d08a62b7fb2346cd3fbf8e5ac1d78b (patch) | |
| tree | f979bc0cdbca0a05bc03681777319934cbac8dbe /.github/dependabot.yml | |
| parent | cb601937088cbf8bd62a60d212e243433337ef43 (diff) | |
Enable Dependabot for Go
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b252b61 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "daily" |
