Merge pull request #18 from NVIDIA/add-dependabot

Add dependabot config
This commit is contained in:
Evan Lezar 2024-01-23 14:03:44 +01:00 committed by GitHub
commit bc6f5b3031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,22 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
target-branch: main
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- area/dependency
ignore:
- dependency-name: k8s.io/*
labels:
- dependencies
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"