Skip to content

Commit

Permalink
dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Mar 10, 2024
1 parent 3e9634d commit 1604434
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
version: 2
updates:
- package-ecosystem: github-actions
open-pull-requests-limit: 100
directory: /
schedule:
time: "16:00"
interval: daily
time: "08:00"
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
assignees:
- lingrino
groups:
all:
patterns:
- "*"
reviewers:
- lingrino
labels:
- dependencies
- actions

- package-ecosystem: gomod
open-pull-requests-limit: 100
directory: /
schedule:
time: "16:00"
interval: daily
time: "08:00"
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
assignees:
- lingrino
groups:
all:
patterns:
- "*"
reviewers:
- lingrino
labels:
- dependencies
- go

0 comments on commit 1604434

Please sign in to comment.