diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79ea6d85..c1e8783e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + version: 2 updates: - package-ecosystem: "gomod" @@ -5,6 +7,8 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + ignore: + - dependency-name: "helm.sh/helm/v3" - package-ecosystem: "github-actions" directory: "/" schedule: