Browse Source

chore: add dependabot config for the api module

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/2243/head
Mark Sagi-Kazar 5 years ago
parent
commit
2a54eb4e4f
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
  1. 7
      .github/dependabot.yml

7
.github/dependabot.yml

@ -8,6 +8,13 @@ updates:
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "gomod"
directory: "/api/v2"
labels:
- "area/dependencies"
schedule:
interval: "daily"
- package-ecosystem: "docker" - package-ecosystem: "docker"
directory: "/" directory: "/"
labels: labels:

Loading…
Cancel
Save