From 3f133f62aafac3739f87db9e35cabbe3eed61900 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 16 Feb 2022 15:52:54 +0100 Subject: [PATCH] only security updates for 21 Signed-off-by: Arthur Schiwon --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02d491a942a..b235a696a6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -71,7 +71,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - package-ecosystem: npm directory: "/" @@ -126,7 +126,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - package-ecosystem: composer directory: "/build/integration" -- 2.39.5