dependabot: allow for more pull requests

This commit is contained in:
2025-06-30 11:23:34 +02:00
parent ac0c8b9b07
commit ca1ebb5b19
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "docker-compose" - package-ecosystem: "docker-compose"
open-pull-requests-limit: 15
schedule: schedule:
interval: weekly interval: weekly
directories: directories:
@@ -35,6 +36,7 @@ updates:
- "/docker/tools/notesnook" - "/docker/tools/notesnook"
- "/docker/tools/stirling-pdf" - "/docker/tools/stirling-pdf"
- package-ecosystem: "helm" - package-ecosystem: "helm"
open-pull-requests-limit: 15
schedule: schedule:
interval: weekly interval: weekly
directories: directories:

View File

@@ -15,6 +15,7 @@ cat > "$tmpfile" <<'YAML'
version: 2 version: 2
updates: updates:
- package-ecosystem: "docker-compose" - package-ecosystem: "docker-compose"
open-pull-requests-limit: 15
schedule: schedule:
interval: weekly interval: weekly
directories: directories:
@@ -32,6 +33,7 @@ find docker -name 'docker-compose.yml' -print0 \
# dependabot.yml helm header # dependabot.yml helm header
cat >> "$tmpfile" <<'YAML' cat >> "$tmpfile" <<'YAML'
- package-ecosystem: "helm" - package-ecosystem: "helm"
open-pull-requests-limit: 15
schedule: schedule:
interval: weekly interval: weekly
directories: directories: