Skip to content

Commit

Permalink
Merge pull request #15 from NVIDIA/k8s-deps-depbot
Browse files Browse the repository at this point in the history
enable bumping k8s.io deps via dependabot
  • Loading branch information
tariq1890 authored Apr 17, 2024
2 parents a6bfc67 + 22b20f0 commit d822462
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: k8s.io/*
labels:
- dependencies
groups:
k8sio:
patterns:
- k8s.io/*
exclude-patterns:
- k8s.io/klog/*

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit d822462

Please sign in to comment.