We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad145cf commit a23b9c2Copy full SHA for a23b9c2
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+# To get started with Dependabot version updates, you'll need to specify which
2
+# package ecosystems to update and where the package manifests are located.
3
+# Please see the documentation for all configuration options:
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
0 commit comments