Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from jacobweinstock/dependabot
Browse files Browse the repository at this point in the history
Add dependabot config
  • Loading branch information
jacobweinstock authored Oct 6, 2023
2 parents b334cc8 + 632464d commit fd84b33
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
timezone: "America/New_York"
reviewers:
- jacobweinstock

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
timezone: "America/New_York"
reviewers:
- jacobweinstock

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "05:00"
timezone: "America/New_York"
reviewers:
- jacobweinstock

0 comments on commit fd84b33

Please sign in to comment.