vc-authn-oidc icon indicating copy to clipboard operation
vc-authn-oidc copied to clipboard

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

Open WadeBarnes opened this issue 1 year ago • 0 comments

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.

WadeBarnes avatar Apr 10 '24 19:04 WadeBarnes