Skip to content

Commit

Permalink
chore: put dependabot to weekly checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads authored Jul 16, 2024
1 parent 330685f commit 9047d70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ updates:
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
interval: "weekly"
groups:
all:
gradle:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
interval: "weekly"
groups:
all:
github-actions:
patterns:
- "*"

0 comments on commit 9047d70

Please sign in to comment.