Skip to content

Commit

Permalink
[backport] ci: fix syntax error in dependabot.yml (#520) (#526)
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 18, 2024
1 parent 23d69bd commit 209a902
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,32 @@ updates:
directory: "/"
schedule:
interval: "daily"
assignees:
- "reaver-flomesh"
labels:
- "area/CI"
- "kind/enhancement"
- "change/github-actions"
- "priority/P2"
- "size/XS"
# 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"
groups:
k8s:
applies-to: version-updates
patterns:
- "k8s.io/*"
update-types:
- "patch"

0 comments on commit 209a902

Please sign in to comment.