We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13bf9d commit 870440cCopy full SHA for 870440c
1 file changed
.github/dependabot.yml
@@ -5,9 +5,23 @@ updates:
5
schedule:
6
interval: weekly
7
time: '04:00'
8
- versioning-strategy: lockfile-only
9
groups:
10
dependencies:
+ exclude-patterns:
11
+ - "mypy"
12
+ - "types-*"
13
update-types:
14
- "minor"
15
- "patch"
16
+ mypy:
17
+ patterns:
18
19
+ types:
20
21
22
+
23
+ - package-ecosystem: github-actions
24
+ directory: "/"
25
+ schedule:
26
+ interval: weekly
27
+ time: '04:00'
0 commit comments