Skip to content

Commit bba79e8

Browse files
authored
chore: Disable Dependabot (#946)
Add open-pull-requests-limit: 0 to the Docker, GitHub Actions, and UV update blocks in .github/dependabot.yml. This sets the concurrent open PR limit to zero for those ecosystems, preventing Dependabot from creating pull requests and reducing update noise so updates can be handled manually.
1 parent 82a410e commit bba79e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ updates:
77
interval: daily
88
commit-message:
99
prefix: build(docker)
10+
open-pull-requests-limit: 0
1011
groups:
1112
docker:
1213
update-types: [minor, patch]
@@ -17,6 +18,7 @@ updates:
1718
interval: daily
1819
commit-message:
1920
prefix: ci(github-actions)
21+
open-pull-requests-limit: 0
2022
groups:
2123
github-actions:
2224
update-types: [minor, patch]
@@ -27,6 +29,7 @@ updates:
2729
interval: daily
2830
commit-message:
2931
prefix: build(uv)
32+
open-pull-requests-limit: 0
3033
groups:
3134
uv:
3235
update-types: [minor, patch]

0 commit comments

Comments
 (0)