Skip to content

Commit 4e76ab1

Browse files
committed
chore: exclude pytest from group updates
1 parent f650882 commit 4e76ab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ updates:
1717
pip:
1818
patterns:
1919
- "*"
20+
exclude-patterns:
21+
- "pytest"
2022

2123
# Maintain dependencies for git submodule (base64)
2224
- package-ecosystem: "gitsubmodule"

0 commit comments

Comments
 (0)