Skip to content

Commit

Permalink
Merge pull request #87 from 0xFelix/dependabot
Browse files Browse the repository at this point in the history
chore: Add dependabot configuration
  • Loading branch information
kubevirt-bot authored Mar 27, 2024
2 parents f8f808a + 5218e50 commit 8745da2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
ignore:
# Ginkgo update needs a change in Makefile.
- dependency-name: "github.com/onsi/ginkgo/v2"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
open-pull-requests-limit: 3
labels:
- "release-note-none"

0 comments on commit 8745da2

Please sign in to comment.