Skip to content
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

feat(autodiscovery/npm): allow advanced ignore/only rule #1753

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

olblak
Copy link
Member

@olblak olblak commented Nov 9, 2023

Fix #1663

Similar to #1752

Test

To test this pull request, you can run the following commands:

cd pkg/plugins/autodiscovery/helm/ 
go test ./...
go build -o bin/updatecli
/bin/updatecli diff --config e2e/updatecli.d/warning.d/autodiscovery/npm/npm.yaml  --experimental --debug

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak merged commit 6878cf6 into updatecli:main Nov 9, 2023
6 checks passed
@olblak olblak added autodiscovery All things related to the autodiscovery feature enhancement New feature or request labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodiscovery All things related to the autodiscovery feature enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: NPM autodiscovery should allows to ignore specific npm package
1 participant