Skip to content

Commit

Permalink
ci: add "all" group to Dependabot Go config
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Apr 2, 2024
1 parent bb404b2 commit 8be4b34
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
interval: weekly
groups:
opentelemetry:
patterns:
- "*opentelemetry*" # Include all dependencies in one PR
patterns: ["*opentelemetry*"]
all:
patterns: ["*"]

- package-ecosystem: gomod
directory: .sage
Expand Down

0 comments on commit 8be4b34

Please sign in to comment.