Skip to content

Commit

Permalink
update dependabot.yml to ignore patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-ng authored Nov 14, 2024
1 parent 439cfef commit dc3c573
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "terraform" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit dc3c573

Please sign in to comment.