Skip to content

Commit

Permalink
Updates to Dependabot (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo committed May 9, 2024
1 parent a6f0248 commit a1d8a6a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,23 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "21:00"
timezone: "America/Los_Angeles"

0 comments on commit a1d8a6a

Please sign in to comment.