Skip to content

Commit

Permalink
build(fix): [#663] Aggregate Dependabot gomod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Dec 14, 2024
1 parent f4869d1 commit 93ff561
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
---
version: 2
updates:
- package-ecosystem: 'docker'
directory: '/'
reviewers:
- '030'
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
reviewers:
- '030'
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'daily'
- package-ecosystem: 'gomod'
directory: '/'
reviewers:
- '030'
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: 'daily'
interval: "weekly"
groups:
gomod-all:
patterns:
- "*"

0 comments on commit 93ff561

Please sign in to comment.