Skip to content

Commit

Permalink
ci: enhance dependabot workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <reaver@flomesh.io>
  • Loading branch information
reaver-flomesh committed Dec 24, 2024
1 parent b592500 commit e78fe55
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,43 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Asia/Shanghai"
assignees:
- "reaver-flomesh"
labels:
- "area/xnet"
- "enhancement"
- "github-actions"
# Milestone v1.5.0
milestone: 1
groups:
actions-deps:
patterns:
- "*"
# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Asia/Shanghai"
assignees:
- "reaver-flomesh"
labels:
- "area/xnet"
- "enhancement"
- "dependencies"
# Milestone v1.5.0
milestone: 1
groups:
k8s:
patterns:
- "k8s.io/*"
ignore:
- dependency-name: "k8s.io/*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
open-pull-requests-limit: 10

0 comments on commit e78fe55

Please sign in to comment.