From 7c6788c0c529beda1bb41ea65b7904815a39ed0e Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Tue, 20 Feb 2024 15:42:17 +1300 Subject: [PATCH] Update dependabot.yml (#1477) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01e0e227a..0c7a3c983 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: - "type::chore" schedule: interval: "weekly" + groups: + security: + update-types: + - "patch" + - "minor" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"