debian-image-builder-frontend/.github/dependabot.yml
regexowl 0f9f3b9af6 dependabot: Decrease open PR limit
The backlog of stuck dependencies is shrinking, meaning we can go back to previous limit of three open dependabot pull requests.
2024-07-19 17:53:22 +02:00

9 lines
186 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "04:00"
open-pull-requests-limit: 3
rebase-strategy: "auto"