Skip to content

Commit 507c647

Browse files
committed
chore: group dependency updates with exclude-patterns
1 parent 7dacd91 commit 507c647

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,27 @@ updates:
1818
schedule:
1919
interval: "daily"
2020
groups:
21-
pip:
22-
patterns:
23-
- "clang-tools"
24-
- "cpp-linter"
25-
dev:
21+
org:
22+
# updates about org-maintained packages
2623
patterns:
24+
- "*"
25+
exclude-patterns:
2726
- "mypy"
2827
- "pre-commit"
2928
- "ruff"
30-
applies-to: "security-updates"
31-
docs:
32-
patterns:
3329
- "mkdocs-gen-files"
3430
- "markdown-gfm-admonition"
3531
- "mkdocs-include-markdown-plugin"
3632
- "mkdocs-material"
3733
- "mkdocs"
3834
- "pyyaml"
39-
applies-to: "security-updates"
35+
dev:
36+
# updates about everything else
37+
patterns:
38+
- "*"
39+
exclude-patterns:
40+
- "clang-tools"
41+
- "cpp-linter"
42+
update-types:
43+
- major
44+
- minor

0 commit comments

Comments
 (0)