Skip to content

Commit 65ee548

Browse files
committed
use wildcard patterns
1 parent 507c647 commit 65ee548

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,18 @@ updates:
2323
patterns:
2424
- "*"
2525
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"
26+
- "mypy*"
27+
- "pre-commit*"
28+
- "ruff*"
29+
- "mkdocs*"
30+
- "pyyaml*"
3531
dev:
36-
# updates about everything else
32+
# updates about everything else (dev and docs)
3733
patterns:
3834
- "*"
3935
exclude-patterns:
40-
- "clang-tools"
41-
- "cpp-linter"
36+
- "clang-tools*"
37+
- "cpp-linter*"
4238
update-types:
4339
- major
4440
- minor

0 commit comments

Comments
 (0)