We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5d40b commit 1ca8e60Copy full SHA for 1ca8e60
.github/dependabot.yml
@@ -19,3 +19,17 @@ updates:
19
update-types:
20
- "minor"
21
- "patch"
22
+ - package-ecosystem: "uv" # See documentation for possible values
23
+ directory: "analyzer/" # Location of package manifests
24
+ schedule:
25
+ interval: "weekly"
26
+ groups:
27
+ # Specify a name for the group, which will be used in pull request titles
28
+ # and branch names
29
+ angular:
30
+ applies-to: version-updates
31
+ patterns:
32
+ - "*"
33
+ update-types:
34
+ - "minor"
35
+ - "patch"
0 commit comments