Skip to content

Commit

Permalink
Merge pull request #314 from andyzhangx/update-dependabot
Browse files Browse the repository at this point in the history
chore: update dependabot
  • Loading branch information
andyzhangx authored Nov 23, 2024
2 parents c53fbcc + 2630baa commit 824ea2b
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ updates:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10
open-pull-requests-limit: 1
groups:
k8s:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"
- "minor"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -17,4 +25,15 @@ updates:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10
open-pull-requests-limit: 1
- package-ecosystem: "docker"
directory: "./"
schedule:
interval: "daily"
time: "01:00"
timezone: "Asia/Shanghai"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
- "kind/cleanup"

0 comments on commit 824ea2b

Please sign in to comment.