Skip to content

Commit

Permalink
Increase dependabot scanning frequency to weekly (#51)
Browse files Browse the repository at this point in the history
Reduce the spamming of PRs from dependabot
  • Loading branch information
henrybear327 authored Sep 6, 2024
1 parent 8ddafe1 commit d3ca58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
interval: weekly
allow:
- dependency-type: all

- package-ecosystem: docker
directory: /
schedule:
interval: daily
interval: weekly

0 comments on commit d3ca58e

Please sign in to comment.