mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
25 lines
770 B
YAML
25 lines
770 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"
|
|
directory: "/"
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "**/*"
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/clickhouse/" # Location of package manifests
|
|
labels:
|
|
- "🤖 Dependencies"
|
|
schedule:
|
|
interval: "daily"
|