mirror of
https://github.com/gofiber/fiber.git
synced 2026-03-26 17:48:16 +00:00
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/" # Location of package manifests
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
# Allow both direct and indirect updates for all packages.
|
|
- dependency-type: "all"
|
|
groups:
|
|
fasthttp-modules:
|
|
patterns:
|
|
- "github.com/valyala/fasthttp"
|
|
- "github.com/valyala/fasthttp/**"
|
|
golang-modules:
|
|
patterns:
|
|
- "golang.org/x/**"
|
|
valyala-utils-modules:
|
|
patterns:
|
|
- "github.com/valyala/bytebufferpool"
|
|
- "github.com/valyala/tcplisten"
|
|
google-modules:
|
|
patterns:
|
|
- "github.com/google/**"
|
|
- "google.golang.org/**"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- "🤖 Dependencies"
|