Skip to content

Commit

Permalink
Configure dependabot to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Oct 17, 2023
1 parent 0560189 commit 5da5a97
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
- package-ecosystem: "gomod"
directory: "/api/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
- package-ecosystem: "gomod"
directory: "/tools/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'

0 comments on commit 5da5a97

Please sign in to comment.