Skip to content

Commit d67d37b

Browse files
authored
chore(deps): update Dependabot config to limit open pull requests and change schedule to weekly (#400)
1 parent b6edc06 commit d67d37b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
open-pull-requests-limit: 10
1213
groups:
1314
actions:
1415
patterns:
1516
- "*"
1617
- package-ecosystem: uv
1718
directory: /
1819
schedule:
19-
interval: "daily"
20+
interval: "weekly"
21+
open-pull-requests-limit: 10
2022
groups:
2123
org:
2224
# updates about org-maintained packages

0 commit comments

Comments
 (0)