Skip to content

Commit b5e92b5

Browse files
committed
refactor: Remove pip updates from Dependabot config
Eliminates the configuration for pip dependency updates in dependabot.yml, likely due to a migration to uv or a change in dependency management strategy.
1 parent 1665aa5 commit b5e92b5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ updates:
2121
github-actions:
2222
update-types: [minor, patch]
2323

24-
- package-ecosystem: pip
25-
directory: /
26-
schedule:
27-
interval: daily
28-
commit-message:
29-
prefix: build(pip)
30-
groups:
31-
pip:
32-
update-types: [minor, patch]
33-
3424
- package-ecosystem: uv
3525
directory: /
3626
schedule:

0 commit comments

Comments
 (0)