Skip to content

Commit 8eff095

Browse files
authored
Merge pull request #376 from github/zkoppert-patch-1
fix: empty except
2 parents 3f693d3 + 712b7e1 commit 8eff095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dependabot_file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ def build_dependabot_file(
248248
)
249249
break
250250
except github3.exceptions.NotFoundError:
251+
# The file does not exist and is not required,
252+
# so we should continue to the next one rather than raising error or logging
251253
pass
252254
if "devcontainers" not in exempt_ecosystems_list:
253255
try:

0 commit comments

Comments
 (0)