1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00

Dependabot: Add proper dependabot config file

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2024-04-25 16:54:28 +02:00
parent 4746c33915
commit 3017d2e9ba
No known key found for this signature in database
GPG key ID: 42D9CB42F300A852

27
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,27 @@
# 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: master
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- dependencies
- ok-to-test
groups:
k8sio:
patterns:
- k8s.io/*
- package-ecosystem: "github-actions"
target-branch: master
directory: "/"
schedule:
interval: "daily"
labels:
- dependencies
- ok-to-test