You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are observing unexpected dependency updates in smoke tests despite having ignore conditions configured. This issue is not limited to npm but appears across multiple ecosystems.
Example Ignore Condition (Not Working as Expected):
Dependencies listed under ignore-conditions should not be updated beyond the specified versions.
Areas to Investigate:
Ignore condition processing across ecosystems
Matching logic for dependencies
Package manager behavior (NPM, Cargo, etc.)
Potential caching issues
Dependabot update pipeline handling
Next Steps:
Reproduce the issue across multiple ecosystems.
Validate how ignore conditions are applied.
Identify and fix the root cause to prevent unwanted updates.
Impact: 🚨 Unexpected updates affect test stability across ecosystems.
The text was updated successfully, but these errors were encountered:
kbukum1
changed the title
🚨 Investigate Why Ignore Conditions Are Not Working in Smoke Tests
Investigate Why Ignore Conditions Are Not Working in Smoke Tests
Mar 3, 2025
Uh oh!
There was an error while loading. Please reload this page.
Issue Description:
We are observing unexpected dependency updates in smoke tests despite having ignore conditions configured. This issue is not limited to npm but appears across multiple ecosystems.
Example Ignore Condition (Not Working as Expected):
Despite this, [email protected] was still updated.
Expected Behavior:
Dependencies listed under
ignore-conditions
should not be updated beyond the specified versions.Areas to Investigate:
Next Steps:
Impact: 🚨 Unexpected updates affect test stability across ecosystems.
The text was updated successfully, but these errors were encountered: