Skip to content

Commit

Permalink
chore: update k8s dependencies in a single PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Aug 22, 2023
1 parent 37ff13e commit f01adfe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
k8s:
patterns:
- "k8s.io*"
- "k8s.io*"
- "sigs.k8s.io*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit f01adfe

Please sign in to comment.