Skip to content

Commit

Permalink
group dependabot PRs (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin authored Nov 13, 2024
1 parent c63c17d commit 537ffaf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
k6:
patterns:
- "go.k6.io/*"
- "github.com/grafana/sobek"
miscellaneous:
patterns:
- "github.com/sirupsen/logrus"
- "github.com/spf13/cobra"
test:
patterns:
- "github.com/testcontainers/testcontainers-go"
- "github.com/docker/docker"
experimental:
patterns:
- "github.com/docker/go-connections"
- "github.com/florianl/go-nfqueue"
- "github.com/google/go-cmp"
- "github.com/google/gopacket"

schedule:
interval: "weekly"
day: "sunday"
Expand Down

0 comments on commit 537ffaf

Please sign in to comment.