Skip to content

Commit

Permalink
Update dependabot.yml to weekly updates (#5370)
Browse files Browse the repository at this point in the history
The dependabot PRs are a bit noisy for a daily review, so it's fair enough to apply them on a weekly basis.
  • Loading branch information
rdimitrov authored Jan 28, 2025
1 parent 4141e82 commit 070c32d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
otel:
patterns:
Expand All @@ -16,15 +16,15 @@ updates:
- package-ecosystem: "gomod"
directory: "tools"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "npm"
directory: "docs"
schedule:
interval: "daily"
interval: "weekly"
groups:
docusaurus:
patterns:
Expand All @@ -43,4 +43,4 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit 070c32d

Please sign in to comment.