nwex.de/dependabot.yml
networkException 580e5e7a74
Dependencies: Only use dependabot for production dependencies and typescript
This patch limits the set of dependencies auto updated by dependabot to limit
conflicts and the huge number of merge requests created.
2023-10-03 14:34:13 +02:00

27 lines
736 B
YAML

version: 2
updates:
- package-ecosystem: npm
directory: /
allow:
- dependency-type: production
# TypeScript is not a runtime dependency but still important to update
- dependency-name: typescript
dependency-type: direct
schedule:
interval: daily
assignees:
- networkException
commit-message:
prefix: "Dependencies: "
open-pull-requests-limit: 100
- package-ecosystem: docker
directory: /
schedule:
interval: daily
commit-message:
prefix: "Container: "
assignees:
- networkException
open-pull-requests-limit: 100