Skip to content

Commit

Permalink
switches dependabot update frequency to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed Dec 7, 2024
1 parent d2c44c5 commit 6763832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "saturday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "saturday"

0 comments on commit 6763832

Please sign in to comment.