Skip to content

Commit

Permalink
group all dependabot updates to one pr (#2812)
Browse files Browse the repository at this point in the history
* group all dependabot updates to one pr

* disable releases, disable k8s.io group, group other deps by pattern

---------

Co-authored-by: pýrus <[email protected]>
  • Loading branch information
zetaab and kayrus authored Feb 19, 2025
1 parent 878f43e commit ab78842
Showing 1 changed file with 41 additions and 20 deletions.
61 changes: 41 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,50 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
# disable, since dependabot doesn't support update of the "replace" directive
# k8s.io:
# patterns:
# - "k8s.io/*"
k8s-sigs:
patterns:
- "k8s.io/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
- "sigs.k8s.io/*"
k8s-csi:
- "github.com/kubernetes-csi/*"
- "github.com/container-storage-interface/*"
system:
patterns:
- "k8s.io/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: release-1.31
- package-ecosystem: "gomod"
directory: "/"
groups:
k8s.io:
- "golang.org/x/*"
gopkg:
patterns:
- "gopkg.in/*"
google:
patterns:
- "google.golang.org/*"
- "github.com/google/*"
sfp13:
patterns:
- "github.com/spf13/*"
openapi:
patterns:
- "github.com/go-openapi/*"
containerd:
patterns:
- "github.com/containerd/*"
other:
patterns:
- "k8s.io/*"
- "*"
exclude-patterns:
- "k8s.io/*"
- "golang.org/x/*"
- "gopkg.in/*"
- "google.golang.org/*"
- "github.com/google/*"
- "sigs.k8s.io/*"
- "github.com/kubernetes-csi/*"
- "github.com/container-storage-interface/*"
- "github.com/spf13/*"
- "github.com/go-openapi/*"
- "github.com/containerd/*"
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: release-1.30

0 comments on commit ab78842

Please sign in to comment.