Skip to content

Commit

Permalink
Dependabot: Switch update interval from daily to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald authored Mar 25, 2023
1 parent bd96450 commit 2e11dff
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 @@ -6,9 +6,9 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit 2e11dff

Please sign in to comment.