We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507c647 commit 65ee548Copy full SHA for 65ee548
.github/dependabot.yml
@@ -23,22 +23,18 @@ updates:
23
patterns:
24
- "*"
25
exclude-patterns:
26
- - "mypy"
27
- - "pre-commit"
28
- - "ruff"
29
- - "mkdocs-gen-files"
30
- - "markdown-gfm-admonition"
31
- - "mkdocs-include-markdown-plugin"
32
- - "mkdocs-material"
33
- - "mkdocs"
34
- - "pyyaml"
+ - "mypy*"
+ - "pre-commit*"
+ - "ruff*"
+ - "mkdocs*"
+ - "pyyaml*"
35
dev:
36
- # updates about everything else
+ # updates about everything else (dev and docs)
37
38
39
40
- - "clang-tools"
41
- - "cpp-linter"
+ - "clang-tools*"
+ - "cpp-linter*"
42
update-types:
43
- major
44
- minor
0 commit comments