From 18f689b19169629a575291ad387ef3397b49672a Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 3 Mar 2021 11:43:22 +0100 Subject: [PATCH] Add dependabot.yml configuration file We now follow the official [dependabot guide][0] for this repository, which should work with vendoring of go modules, too. [0]: https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates Signed-off-by: Sascha Grunert --- storage/.github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 storage/.github/dependabot.yml diff --git a/storage/.github/dependabot.yml b/storage/.github/dependabot.yml new file mode 100644 index 0000000000..d921d0ffdb --- /dev/null +++ b/storage/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10