mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
Update dependabot.yml
This commit is contained in:
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@@ -4,14 +4,14 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
open-pull-requests-limit: 30
|
||||
open-pull-requests-limit: 40
|
||||
directory: "/"
|
||||
labels:
|
||||
- "🤖 Dependencies"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "gomod"
|
||||
open-pull-requests-limit: 30
|
||||
open-pull-requests-limit: 40
|
||||
allow:
|
||||
# Allow both direct and indirect updates for all packages.
|
||||
- dependency-type: "all"
|
||||
@@ -46,6 +46,16 @@ updates:
|
||||
azure-modules:
|
||||
patterns:
|
||||
- "github.com/Azure/**"
|
||||
ebitengine-modules:
|
||||
patterns:
|
||||
- "github.com/ebitengine/**"
|
||||
shirou-modules:
|
||||
patterns:
|
||||
- "github.com/shirou/gopsutil"
|
||||
- "github.com/shirou/gopsutil/**"
|
||||
tklauser-modules:
|
||||
patterns:
|
||||
- "github.com/tklauser/**"
|
||||
docker-modules:
|
||||
patterns:
|
||||
- "github.com/docker/**"
|
||||
|
||||
Reference in New Issue
Block a user