Skip to content

Commit 3421a4e

Browse files
committed
roll back dependabot changes
1 parent a7f70c0 commit 3421a4e

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
8-
multi-ecosystem-groups:
9-
python:
10-
schedule:
11-
interval: "daily"
12-
137
updates:
148
- package-ecosystem: github-actions
159
directory: "/"
@@ -19,9 +13,11 @@ updates:
1913
actions:
2014
patterns:
2115
- "*"
22-
- package-ecosystem: pip
23-
directory: /
24-
multi-ecosystem-group: python
2516
- package-ecosystem: uv
2617
directory: /
27-
multi-ecosystem-group: python
18+
schedule:
19+
interval: "daily"
20+
groups:
21+
pip:
22+
patterns:
23+
- '*'

0 commit comments

Comments
 (0)