Skip to content

Commit

Permalink
Group dependabot updates (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored May 15, 2024
1 parent 93719a0 commit 01bc003
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,61 @@ updates:
schedule:
interval: "weekly"
rebase-strategy: "disabled"
groups:
# Group updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
k8s-go-deps:
applies-to: version-updates # security-updates would need a separate entry but for now lets try this
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
go-deps:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
# ASO v2 asoctl
- package-ecosystem: "gomod"
directory: "/v2/cmd/asoctl"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
# Group updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
k8s-go-deps:
applies-to: version-updates # security-updates would need a separate entry but for now lets try this
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
go-deps:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
# ASO v2 generator
- package-ecosystem: "gomod"
directory: "/v2/tools/generator"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
# Group updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
k8s-go-deps:
applies-to: version-updates # security-updates would need a separate entry but for now lets try this
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
go-deps:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"

0 comments on commit 01bc003

Please sign in to comment.