mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
19 lines
583 B
YAML
19 lines
583 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"
|