We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23b9c2 commit f338adaCopy full SHA for f338ada
1 file changed
.github/dependabot.yml
@@ -4,18 +4,19 @@
4
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
6
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
+version: 2
+updates:
+ - package-ecosystem: "uv"
+ directories:
+ - "/"
+ schedule:
+ interval: "weekly"
+ day: "sunday"
+ groups:
+ patch-updates:
+ applies-to: version-updates
+ patterns:
+ - "*"
+ update-types:
+ - "patch"
22
+ open-pull-requests-limit: 10
0 commit comments