diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-06-14 13:11:21 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-06-14 13:11:21 +0300 |
| commit | d6a3c8d40148e7226e6549f120a0c7b6bf492c49 (patch) | |
| tree | b131e9a9ce8894ead939dd8519b82aaebfcb97bf /.github | |
| parent | 5d1c1aad7b5f66fadcaebf40a0e9089b8a0de00b (diff) | |
Add GitHub dependabot configuration
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..24eb250 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: daily |
