Skip to content

Commit

Permalink
Merge pull request #45 from ksimon1/dependabot-config
Browse files Browse the repository at this point in the history
feat: introduce dependabot config
  • Loading branch information
kubevirt-bot authored Dec 5, 2023
2 parents b63fe8f + 11af7d6 commit ec5681c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.3"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.2"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.1"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit ec5681c

Please sign in to comment.