Files
romm/.github/dependabot.yml
Georges-Antoine Assi e8d5860d31 Add dependabot yml
2025-01-24 11:31:01 -05:00

17 lines
328 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
reviewers:
- "gantoine"
target-branch: "master"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "adamantike"
target-branch: "master"