Skip to content

Commit f16853f

Browse files
committed
update dependabot for security only
1 parent 9009b11 commit f16853f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,25 @@ updates:
1111
directory: /
1212
schedule:
1313
interval: monthly
14+
open-pull-requests-limit: 0 # prevents normal PRs, allows security PRs
1415

1516
# Maintain dependencies inside uv lock file
1617
- package-ecosystem: uv
1718
directory: /
1819
schedule:
1920
interval: monthly
21+
open-pull-requests-limit: 0 # prevents normal PRs, allows security PRs
2022

2123
# Maintain dependencies for GitHub actions
2224
- package-ecosystem: github-actions
2325
directory: /
2426
schedule:
2527
interval: monthly
28+
open-pull-requests-limit: 0 # prevents normal PRs, allows security PRs
2629

2730
# Maintain dependencies for pre-commit config
2831
- package-ecosystem: pre-commit
2932
directory: /
3033
schedule:
3134
interval: monthly
35+
open-pull-requests-limit: 0 # prevents normal PRs, allows security PRs

0 commit comments

Comments
 (0)