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.
2 parents 8383364 + 2a9edc1 commit c14f2daCopy full SHA for c14f2da
4 files changed
.github/dependabot.yml
@@ -4,7 +4,7 @@ updates:
4
- package-ecosystem: github-actions
5
directory: /
6
schedule:
7
- interval: daily
+ interval: weekly
8
labels:
9
- "topic: dependencies"
10
- "tool: github-actions"
@@ -14,4 +14,19 @@ updates:
14
actions:
15
patterns: ["*"]
16
17
-# Renovate takes care of uv
+- package-ecosystem: uv
18
+ versioning-strategy: increase
19
+ directory: /
20
+ schedule:
21
22
+ allow:
23
+ - dependency-type: all
24
+ ignore:
25
+ - dependency-name: scipy
26
+ labels:
27
+ - "topic: dependencies"
28
+ commit-message:
29
+ prefix: "⬆️ "
30
+ groups:
31
+ actions:
32
+ patterns: ["*"]
.github/renovate-config.json
.github/renovate.json5
.github/workflows/renovate.yml
0 commit comments