-
Notifications
You must be signed in to change notification settings - Fork 614
Update Dependabot to ignore updating Ubuntu 22.04 minor versions #5548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Dependabot has a cli which you can use to test the changes. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
| 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 \ |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contribution from .Net?
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