Skip to content

Commit

Permalink
Merge pull request #25 from NVIDIA/enable-k8s-dependabot
Browse files Browse the repository at this point in the history
enable k8s.io dependency updates via dependabot
  • Loading branch information
tariq1890 authored Apr 18, 2024
2 parents 6d45ed1 + 0c45532 commit 2d629d9
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: "docker"
directory: "/deployments/container"
Expand Down

0 comments on commit 2d629d9

Please sign in to comment.