Skip to content

Commit d3bd945

Browse files
committed
🔧 some dependabot tweaks
1 parent 60625b6 commit d3bd945

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4-
directory: /
5-
target-branch: main
4+
directory: "/"
65
schedule:
76
interval: daily
87
allow:
98
- dependency-type: "all"
9+
versioning-strategy: increase
1010
labels:
1111
- "topic: dependencies"
1212
- "tool: github-actions"
1313
commit-message:
1414
prefix: "⬆️ "
1515

1616
- package-ecosystem: uv
17-
directory: /
18-
target-branch: main
17+
directories:
18+
- "/"
19+
- "/tool"
1920
schedule:
2021
interval: daily
2122
allow:
2223
- dependency-type: "all"
23-
ignore:
24-
- dependency-name: "numpy"
24+
versioning-strategy: increase
2525
labels:
2626
- "topic: dependencies"
2727
- "tool: uv"

0 commit comments

Comments
 (0)