Skip to content

Commit

Permalink
ci: enhance the dependabot configuration (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh authored Dec 12, 2024
1 parent 9c5f494 commit 9a96916
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,34 @@ updates:
directory: "/"
schedule:
interval: "daily"
assignees:
- "reaver-flomesh"
labels:
- "area/CI"
- "kind/enhancement"
- "change/github-actions"
- "priority/P2"
- "size/XS"
milestone: v1.5.0
# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "reaver-flomesh"
labels:
- "area/control-plane"
- "kind/enhancement"
- "change/dependencies"
- "priority/P2"
- "size/XS"
milestone: v1.5.0
groups:
k8s:
applies-to: version-updates
patterns:
- "k8s.io/*"
update-types:
- "patch"

0 comments on commit 9a96916

Please sign in to comment.