We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95f8c commit 33efa66Copy full SHA for 33efa66
1 file changed
.github/dependabot.yml
@@ -2,11 +2,28 @@ version: 2
2
updates:
3
- package-ecosystem: "uv"
4
directory: "/"
5
+ open-pull-requests-limit: 5
6
schedule:
7
interval: "weekly"
- open-pull-requests-limit: 10
8
+ day: "sunday"
9
+ time: "00:00"
10
+ groups:
11
+ core-packages:
12
+ patterns:
13
+ - "bazooka"
14
+ - "restalchemy"
15
+ - "gcl*"
16
+ other-packages:
17
18
+ - "*"
19
+ exclude-patterns:
20
21
22
23
- package-ecosystem: "github-actions"
24
25
26
27
28
29
0 commit comments