diff options
| author | Daniel Bast <2790401+dbast@users.noreply.github.com> | 2021-08-17 09:27:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 16:27:50 +0900 |
| commit | 9bd8988300d3576d58bc1c76c2e8736db37ba3e3 (patch) | |
| tree | 553a260803f02a76a3cf45239b6af223b1e9a6cd /.github | |
| parent | 3c804bcfec7c1f3cb69398f6d74f77a25286dbcb (diff) | |
| download | fzf-9bd8988300d3576d58bc1c76c2e8736db37ba3e3.tar.gz | |
Add dependabot config for dependency updates (#2573)
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 00000000..f1b219b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" |
