Create dependabot.yml

Add dependabot dependency check in order to maintain dependencies up-to-date and security updates on time.

Signed-off-by: David Ureba <david.ureba@aiven.io>
This commit is contained in:
David Ureba 2022-07-04 13:19:18 +02:00
parent 528b9588bf
commit a1dbacb4dd
No known key found for this signature in database
GPG Key ID: E0F596B04C3FEE34
1 changed files with 10 additions and 0 deletions

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"