diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-09-07 21:51:49 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-07 21:51:49 +0200 |
commit | a2dda22c368adbffbba74c8c388cc10299801692 (patch) | |
tree | 6c45a5b4bcd6f90fe7f385e623d20a5b32d4bf67 /.github | |
parent | 910d81a6927c30ad1126c1bfaab1155b970f6442 (diff) | |
download | hugo-a2dda22c368adbffbba74c8c388cc10299801692.tar.gz hugo-a2dda22c368adbffbba74c8c388cc10299801692.zip |
Create dependabot.yml
Diffstat (limited to '.github')
-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 000000000..6627f84b9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" |