diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee3d408..aa475e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: npm-all: patterns: ["*"] @@ -19,7 +19,7 @@ updates: directory: "/frontend" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: npm-all: patterns: ["*"] @@ -30,7 +30,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: githubactions-all: patterns: ["*"]