Skip to content

Commit

Permalink
Merge pull request #1218 from jcanocan/api-dependabot
Browse files Browse the repository at this point in the history
Add dependabot configuration for api
  • Loading branch information
kubevirt-bot authored Jan 20, 2025
2 parents eb4d606 + cd5c9ae commit 86861da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ updates:
open-pull-requests-limit: 3
labels:
- "release-note-none"
- package-ecosystem: "gomod"
directory: "/api"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
open-pull-requests-limit: 3
labels:
- "release-note-none"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 86861da

Please sign in to comment.