intisync.ex/.github/dependabot.yml
Victor Martinez fc7df93b53 setup dependabot
2024-03-29 16:11:33 +01:00

22 lines
528 B
YAML

version: 2
updates:
# Specifying multiple directories for a single package ecosystem
# is a work in progress: https://github.com/dependabot/dependabot-core/issues/2178
- package-ecosystem: mix
directory: "/"
schedule:
interval: weekly
allow:
- dependency-type: direct
- package-ecosystem: npm
directory: "/assets"
schedule:
interval: weekly
allow:
- dependency-type: direct
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly