Skip to content

Commit

Permalink
🌱 Group dependabot k8s.io/* PRs to major/minor and patch (#180)
Browse files Browse the repository at this point in the history
**What is the purpose of this pull request/Why do we need it?**
We want to group our Dependabot `k8s.io/*` PRs into minor/major and
patches. Patches can be done automatically, but major and minor should
be done manually.

**Issue #, if available:**

**Description of changes:**
Create 2 Dependabot groups to split `k8s.io/*` version updates

**Special notes for your reviewer:**

**Checklist:**
- [ ] Documentation updated
- [ ] Unit Tests added
- [ ] E2E Tests added
- [x] Includes
[emojis](https://github.com/kubernetes-sigs/kubebuilder-release-tools?tab=readme-ov-file#kubebuilder-project-versioning)
  • Loading branch information
jriedel-ionos authored Jul 15, 2024
1 parent d6ac397 commit 72324c0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ updates:
commit-message:
prefix: ":seedling:"
groups:
kubernetes:
kubernetes-major-minor:
patterns:
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/client-go
- k8s.io/*
update-types: ["major", "minor"]
kubernetes-patches:
patterns:
- k8s.io/*
update-types: ["patch"]
cluster-api:
patterns:
- sigs.k8s.io/cluster-api
Expand Down

0 comments on commit 72324c0

Please sign in to comment.