Files
fiber/.github/dependabot.yml
RW 0f19634f7c Update dependabot configuration to allow all updates
Allow both direct and indirect updates for all packages.
2025-11-20 10:15:09 +01:00

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"