diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3dc03d8..02f05b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: interval: daily commit-message: prefix: build(docker) + open-pull-requests-limit: 0 groups: docker: update-types: [minor, patch] @@ -17,6 +18,7 @@ updates: interval: daily commit-message: prefix: ci(github-actions) + open-pull-requests-limit: 0 groups: github-actions: update-types: [minor, patch] @@ -27,6 +29,7 @@ updates: interval: daily commit-message: prefix: build(uv) + open-pull-requests-limit: 0 groups: uv: update-types: [minor, patch]