We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58108f0 commit 428b263Copy full SHA for 428b263
1 file changed
.github/dependabot.yml
@@ -110,6 +110,9 @@ updates:
110
# Ignored intentionally since we have a GHA that updates to more
111
# completely
112
- dependency-name: "aws_lambda_builders"
113
+ # Ignored intentionally since watchdog v5+ breaks sync watch
114
+ # file change detection; pinned to 4.0.2
115
+ - dependency-name: "watchdog"
116
# The dependencies are intentionally pinned to certain
117
# version ranges for specific Python versions
118
- dependency-name: "flake8"
0 commit comments