Skip to content

Commit

Permalink
ci: update dependencies in a group
Browse files Browse the repository at this point in the history
update dependencies in a group so that
the k8s api doesn't throws error and
all the deps are updated in single PR.

Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed Apr 23, 2024
1 parent 697617a commit a2ff684
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
- "golang.org/x/*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
github-dependencies:
patterns:
- "github.com*"
exclude-patterns:
- "github.com/golang*"

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit a2ff684

Please sign in to comment.