Skip to content

Investigate Why Ignore Conditions Are Not Working in Smoke Tests #277

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

Open
kbukum1 opened this issue Mar 3, 2025 · 0 comments
Open

Investigate Why Ignore Conditions Are Not Working in Smoke Tests #277

kbukum1 opened this issue Mar 3, 2025 · 0 comments

Comments

@kbukum1
Copy link
Contributor

kbukum1 commented Mar 3, 2025

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):

ignore-conditions:
  - dependency-name: get-intrinsic
    source: tests/smoke.yaml
    version-requirement: '>1.0.3'

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:

  • Ignore condition processing across ecosystems
  • Matching logic for dependencies
  • Package manager behavior (NPM, Cargo, etc.)
  • Potential caching issues
  • Dependabot update pipeline handling

Next Steps:

  1. Reproduce the issue across multiple ecosystems.
  2. Validate how ignore conditions are applied.
  3. Identify and fix the root cause to prevent unwanted updates.

Impact: 🚨 Unexpected updates affect test stability across ecosystems.

@kbukum1 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant