mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 08:03:42 +00:00
14 lines
382 B
YAML
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/*"
|