Skip to content

Commit

Permalink
all: add dependabot (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Feb 5, 2021
1 parent 28acc1e commit a2c6229
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/tracking"
schedule:
interval: "weekly"
labels:
- "ready for review"

- package-ecosystem: "gomod"
directory: "/logger"
schedule:
interval: "weekly"
labels:
- "ready for review"

- package-ecosystem: "gomod"
directory: "/x/events"
schedule:
interval: "weekly"
labels:
- "ready for review"

0 comments on commit a2c6229

Please sign in to comment.