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

chore: Dependabot configuration - Add filters to minimize version update "noise" #465

Open
WadeBarnes opened this issue Apr 10, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@WadeBarnes
Copy link
Member

Please add the following ignore sections to the dependabot.yaml configuration.

For pip (Python) updates:

    ignore:
      - dependency-name: "*"
        update-types: ["version-update:semver-major"]

For npm (JavaScript) updates:

    ignore:
      - dependency-name: "*"
        update-types: ["version-update:semver-major", "version-update:semver-patch"]

Do not add and ignore section to the docker (Docker/K8S/Helm) updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
Status: Assignment Ready
Development

No branches or pull requests

2 participants