Skip to content

Conversation

@anrossi
Copy link
Collaborator

@anrossi anrossi commented Oct 29, 2025

Description

Update Dependabot to skip updating major and minor versions on Ubuntu 22.04. This should cause Dependabot to only update the patch version.
Also update Ubuntu 22.04 to the latest patch.

Hopefully fixes #5536.

Testing

Manually ran dependabot CLI with this ignore statement to test that it correctly only bumps the patch/commit version.

Documentation

N/A

@anrossi anrossi requested a review from a team as a code owner October 29, 2025 21:16
@csujedihy
Copy link
Collaborator

Dependabot has a cli which you can use to test the changes.

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.31%. Comparing base (6169023) to head (5784035).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5548      +/-   ##
==========================================
- Coverage   85.69%   85.31%   -0.39%     
==========================================
  Files          59       59              
  Lines       18622    18622              
==========================================
- Hits        15958    15887      -71     
- Misses       2664     2735      +71     

☔ 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.

FROM base AS xdp-build

RUN apt-get update -y && apt-get install -y \
&& echo "deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how did cz ever get here? wow...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Contribution from .Net?

@anrossi anrossi merged commit 80bcc75 into main Oct 30, 2025
525 of 527 checks passed
@anrossi anrossi deleted the anrossi/fix-dependabot-docker branch October 30, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Internal mirror raises duplicate dependabot PRs

5 participants