Skip to content

Commit

Permalink
Merge pull request #5 from joonas/chore/enable-dependabot
Browse files Browse the repository at this point in the history
chore: Enable dependabot
  • Loading branch information
lxfontes authored Sep 23, 2024
2 parents c2db22e + 86bdaaa commit a66a926
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "America/New_York"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "America/New_York"

0 comments on commit a66a926

Please sign in to comment.