From 771a074f8379e6ec623001934f3a598fe848ea3b Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 20 Aug 2024 10:23:27 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"]