1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/.github/dependabot.yml
Carlos Eduardo Arango Gutierrez 3017d2e9ba
Dependabot: Add proper dependabot config file
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-04-29 16:00:37 +02:00

27 lines
605 B
YAML

# 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