From 9b3d90e9c76ae4a633870cdf5201aa2b9f1afb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20=C5=BBegle=C5=84?= Date: Tue, 14 Sep 2021 15:32:41 +0200 Subject: [PATCH] Target only security updates (#1400) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfb6417d2..4daa90d70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ updates: interval: "daily" reviewers: - "saleor-frontend" + allowed_updates: + - match: + update_type: "security" - target-branch: "3.0" package-ecosystem: "npm" @@ -15,3 +18,6 @@ updates: interval: "daily" reviewers: - "saleor-frontend" + allowed_updates: + - match: + update_type: "security"