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:
parent
4210f9c594
commit
18f689b191
|
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
Loading…
Reference in New Issue