Skip to content

Commit

Permalink
dependabot: ignore helm updates, as they must be performed manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Oct 4, 2023
1 parent ec90de1 commit c14a427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
@@ -1,10 +1,14 @@
# 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"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "helm.sh/helm/v3"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit c14a427

Please sign in to comment.