Skip to content

Commit 1ca8e60

Browse files
authored
feat: auto update analyser's dependencies
1 parent 2a5d40b commit 1ca8e60

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ updates:
1919
update-types:
2020
- "minor"
2121
- "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

Comments
 (0)