Skip to content

Commit

Permalink
Set Dependabot to weekly (#757)
Browse files Browse the repository at this point in the history
Closes #755
  • Loading branch information
abelsromero authored Jan 25, 2024
1 parent 31ff167 commit 45bb8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
commit-message:
Expand All @@ -31,7 +31,7 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
commit-message:
Expand Down

0 comments on commit 45bb8b2

Please sign in to comment.