Skip to content

Commit

Permalink
Merge pull request #199 from enterprise-contract/issue/EC-198
Browse files Browse the repository at this point in the history
Configure dependabot to run weekly
  • Loading branch information
lcarva authored Oct 18, 2023
2 parents 0560189 + 9e60d25 commit 2ca0490
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,24 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
- package-ecosystem: "gomod"
directory: "/api/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
- package-ecosystem: "gomod"
directory: "/tools/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC

0 comments on commit 2ca0490

Please sign in to comment.