Skip to content

Commit

Permalink
Merge pull request #45 from NVIDIA/add-dependabot
Browse files Browse the repository at this point in the history
add dependabot to mig-parted
  • Loading branch information
tariq1890 authored Apr 11, 2024
2 parents 0fd538e + 1b3ee10 commit dc5a4fe
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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:
- dependencies
groups:
k8sio:
patterns:
- k8s.io/*
exclude-patterns:
- k8s.io/klog/*

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit dc5a4fe

Please sign in to comment.