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 <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-03-03 11:43:22 +01:00
parent 4210f9c594
commit 18f689b191
1 changed files with 7 additions and 0 deletions

7
storage/.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10