saleor-dashboard/.github/dependabot.yml
2021-09-14 15:32:41 +02:00

23 lines
468 B
YAML

version: 2
updates:
- target-branch: "master"
package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "saleor-frontend"
allowed_updates:
- match:
update_type: "security"
- target-branch: "3.0"
package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "saleor-frontend"
allowed_updates:
- match:
update_type: "security"