diff --git a/.github/dependabot.yml b/.github/dependabot.yml index feefed94..a93145d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Alerts only major updates for Composer +# Alerts only major updates for Packagist (Composer) # # 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 @@ -10,4 +10,5 @@ updates: schedule: interval: "weekly" ignore: - - update-types: ["patch", "minor"] + - dependency-name: "*" # Ignore all dependencies for specific update types + update-types: ["version-update:semver-minor", "version-update:semver-patch"]