From ca1ebb5b1937c977216e4db26f463397c089906d Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Mon, 30 Jun 2025 11:23:34 +0200 Subject: [PATCH] dependabot: allow for more pull requests --- .github/dependabot.yml | 2 ++ generate-dependabot.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60db32c..5f0d7c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: "docker-compose" + open-pull-requests-limit: 15 schedule: interval: weekly directories: @@ -35,6 +36,7 @@ updates: - "/docker/tools/notesnook" - "/docker/tools/stirling-pdf" - package-ecosystem: "helm" + open-pull-requests-limit: 15 schedule: interval: weekly directories: diff --git a/generate-dependabot.sh b/generate-dependabot.sh index 44f1855..a368411 100755 --- a/generate-dependabot.sh +++ b/generate-dependabot.sh @@ -15,6 +15,7 @@ cat > "$tmpfile" <<'YAML' version: 2 updates: - package-ecosystem: "docker-compose" + open-pull-requests-limit: 15 schedule: interval: weekly directories: @@ -32,6 +33,7 @@ find docker -name 'docker-compose.yml' -print0 \ # dependabot.yml helm header cat >> "$tmpfile" <<'YAML' - package-ecosystem: "helm" + open-pull-requests-limit: 15 schedule: interval: weekly directories: