diff options
author | 2022-12-18 22:55:21 -0800 | |
---|---|---|
committer | 2022-12-18 22:55:21 -0800 | |
commit | 442df014f2dd5ca897b80fcad889726a230ccaf2 (patch) | |
tree | ae14d6ae67fc9a5d3c30f64ad579928b8023a091 /.github | |
parent | c0f42eb71697afa1a100524d4a1787582ae3ab6c (diff) | |
download | sally-442df014f2dd5ca897b80fcad889726a230ccaf2.tar.gz sally-442df014f2dd5ca897b80fcad889726a230ccaf2.tar.zst sally-442df014f2dd5ca897b80fcad889726a230ccaf2.zip |
Set up dependabot (#59)
sally is a binary, not a library
so it's okay to keep it on the latest dependencies.
This sets up dependabot updates for Go modules used by sally.
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..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" |