Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dependabot_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ def build_dependabot_file(
)
break
except github3.exceptions.NotFoundError:
# The file does not exist and is not required,
# so we should continue to the next one rather than raising error or logging
pass
if "devcontainers" not in exempt_ecosystems_list:
try:
Expand Down
Loading