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 60625b6 commit d3bd945Copy full SHA for d3bd945
.github/dependabot.yml
@@ -1,27 +1,27 @@
1
version: 2
2
updates:
3
- package-ecosystem: github-actions
4
- directory: /
5
- target-branch: main
+ directory: "/"
6
schedule:
7
interval: daily
8
allow:
9
- dependency-type: "all"
+ versioning-strategy: increase
10
labels:
11
- "topic: dependencies"
12
- "tool: github-actions"
13
commit-message:
14
prefix: "⬆️ "
15
16
- package-ecosystem: uv
17
18
+ directories:
+ - "/"
19
+ - "/tool"
20
21
22
23
- ignore:
24
- - dependency-name: "numpy"
25
26
27
- "tool: uv"
0 commit comments