Skip to content

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Jan 26, 2026

To eliminate artifacts update problems

To eliminate artifacts update problems
@vdusek vdusek requested a review from Pijukatel January 26, 2026 11:19
@vdusek vdusek self-assigned this Jan 26, 2026
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jan 26, 2026
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.98%. Comparing base (2179ec9) to head (9d32693).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #753   +/-   ##
=======================================
  Coverage   81.98%   81.98%           
=======================================
  Files          46       46           
  Lines        2681     2681           
=======================================
  Hits         2198     2198           
  Misses        483      483           
Flag Coverage Δ
integration 56.13% <ø> (ø)
unit 67.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@B4nan
Copy link
Member

B4nan commented Jan 26, 2026

This is a bad idea, we need to keep the docs dependencies up to date because of vanta, doing that completely by hand won't scale. What are you trying to solve?

@vdusek
Copy link
Contributor Author

vdusek commented Jan 26, 2026

This is a bad idea, we need to keep the docs dependencies up to date because of vanta, doing that completely by hand won't scale. What are you trying to solve?

You're talking about docs (web) dependencies, which are defined in the website/, not docs/. There is only content in the docs/, and a pyproject.toml specifying doc-specific linter & type checker rules. There are no dependencies defined there.

Unfortunately, Renovate treats every pyproject.toml as a dependency project, so it needs to be explicitly excluded.

It resolves these:

image

@vdusek vdusek merged commit af434ff into master Jan 26, 2026
29 checks passed
@vdusek vdusek deleted the update-renovate-config branch January 26, 2026 12:28
@B4nan
Copy link
Member

B4nan commented Jan 26, 2026

Oh, I see, all good then!

@vdusek
Copy link
Contributor Author

vdusek commented Jan 26, 2026

Btw. it was also a reason why automerge was not working for us here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants