We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
patterns
1 parent be51b8d commit 9e7fcb1Copy full SHA for 9e7fcb1
.github/dependabot.yml
@@ -20,21 +20,24 @@ updates:
20
groups:
21
pip:
22
patterns:
23
- - "clang-tools*"
24
- - "cpp-linter*"
+ - "clang-tools"
+ - "cpp-linter"
25
dev:
26
27
- - "mypy*"
28
- - "pre-commit*"
29
- - "ruff*"
+ - "mypy"
+ - "pre-commit"
+ - "ruff"
30
update-types:
31
- "major"
32
- "minor"
33
docs:
34
35
- - "markdown-gfm-admonition*"
36
- - "mkdocs*"
37
- - "pyyaml*"
+ - "mkdocs-gen-files"
+ - "markdown-gfm-admonition"
+ - "mkdocs-include-markdown-plugin"
38
+ - "mkdocs-material"
39
+ - "mkdocs"
40
+ - "pyyaml"
41
42
43
0 commit comments