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 a94bdb3 commit 436b41bCopy full SHA for 436b41b
1 file changed
.github/dependabot.yml
@@ -3,8 +3,21 @@ updates:
3
- package-ecosystem: uv
4
directory: /
5
schedule:
6
- interval: weekly
+ interval: monthly
7
+ cooldown:
8
+ default-days: 15
9
+ groups:
10
+ python-dependencies:
11
+ patterns:
12
+ - "*"
13
+
14
- package-ecosystem: github-actions
15
16
17
18
19
20
21
+ github-actions:
22
23
0 commit comments