1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 08:03:42 +00:00
fiber/.github/dependabot.yml
2021-03-21 16:08:00 +01:00

14 lines
382 B
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
default_labels:
- "🤖 Dependencies"
schedule:
interval: "daily"
automerged_updates:
- match:
dependency_name: "gofiber/fiber/*"