mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
Some checks failed
Benchmark / changes (push) Has been cancelled
Benchmark / compare (push) Has been cancelled
Golangci-Lint Check / changes (push) Has been cancelled
Golangci-Lint Check / lint (push) Has been cancelled
Release Drafter (All) / changes (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled
Tests Coherence / Tests (1.23.x) (push) Has been cancelled
Tests Coherence / Tests (1.24.x) (push) Has been cancelled
29 lines
967 B
YAML
29 lines
967 B
YAML
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#directories
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
open-pull-requests-limit: 15
|
|
directory: "/"
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
open-pull-requests-limit: 15
|
|
directories:
|
|
- "**/*"
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
testcontainers-modules:
|
|
patterns:
|
|
- "github.com/testcontainers/testcontainers-go"
|
|
- "github.com/testcontainers/testcontainers-go/modules/**"
|
|
utils-modules:
|
|
patterns:
|
|
- "github.com/gofiber/utils/v2"
|