Skip to content

Commit be60768

Browse files
Update dependabot.yml
1 parent 0764abf commit be60768

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ updates:
1111
interval: "daily"
1212
groups:
1313
rust:
14-
applies-to: version-updates
14+
patterns:
15+
- "*"
1516
- package-ecosystem: "github-actions"
1617
directory: "/"
1718
schedule:
1819
interval: "daily"
1920
groups:
2021
actions:
21-
applies-to: version-updates
22+
patterns:
23+
- "*"
2224
- package-ecosystem: "uv"
2325
directory: "/"
2426
schedule:
2527
interval: "daily"
2628
groups:
2729
python:
28-
applies-to: version-updates
30+
patterns:
31+
- "*"

0 commit comments

Comments
 (0)