Skip to content

Commit f338ada

Browse files
authored
correct config
1 parent a23b9c2 commit f338ada

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66

7-
- package-ecosystem: "uv"
8-
directories:
9-
- "/"
10-
schedule:
11-
interval: "weekly"
12-
day: "sunday"
13-
groups:
14-
# Individual pull requests for major/minor updates and grouped for patch updates
15-
python-patch:
16-
applies-to: version-updates
17-
patterns:
18-
- "*"
19-
update-types:
20-
- "patch"
21-
open-pull-requests-limit: 10
7+
version: 2
8+
updates:
9+
- package-ecosystem: "uv"
10+
directories:
11+
- "/"
12+
schedule:
13+
interval: "weekly"
14+
day: "sunday"
15+
groups:
16+
patch-updates:
17+
applies-to: version-updates
18+
patterns:
19+
- "*"
20+
update-types:
21+
- "patch"
22+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)