We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd870e commit 7f20e2bCopy full SHA for 7f20e2b
1 file changed
.github/dependabot.yml
@@ -4,9 +4,19 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
- open-pull-requests-limit: 1
+ groups:
8
+ pip:
9
+ applies-to: version-updates
10
+ patterns:
11
+ - "*"
12
+ # use increase rather otherwise widen is chosen
13
+ versioning-strategy: increase
14
- package-ecosystem: "npm"
15
16
17
18
19
+ pyright:
20
21
22
0 commit comments