mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
ci: update s3s weekly (#858)
This commit is contained in:
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@@ -23,7 +23,25 @@ updates:
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
ignore:
|
||||
- dependency-name: "s3s"
|
||||
- dependency-name: "s3s-*"
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
allow:
|
||||
- dependency-name: "s3s"
|
||||
- dependency-name: "s3s-*"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
timezone: "Asia/Shanghai"
|
||||
time: "08:00"
|
||||
groups:
|
||||
s3s:
|
||||
patterns:
|
||||
- "s3s"
|
||||
- "s3s-*"
|
||||
|
||||
Reference in New Issue
Block a user