We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae5be8 commit 84f3414Copy full SHA for 84f3414
.github/dependabot.yml
@@ -9,13 +9,21 @@ updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
- interval: "daily"
13
- commit-message:
14
- prefix: ⬆
+ interval: "monthly"
+
+ groups:
15
+ gha-updates:
16
+ patterns:
17
+ - "*"
18
19
# Python
- - package-ecosystem: "pip"
20
+ - package-ecosystem: "uv"
21
22
23
24
commit-message:
25
prefix: ⬆
26
27
+ uv-updates:
28
29
renovate.json
0 commit comments