From a93e8c5186a70ebae0922a59e96970db93890571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sat, 14 Sep 2024 16:36:53 +0200 Subject: [PATCH] Run Dependabot for all actions Create a single PR with all updates to avoid too much noise with multiple PRs. --- .github/dependabot.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4491366..e8babdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,23 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/block-commits" + directories: + - "/action-surefire-report" + - "/block-commits" + - "/github-app-token" + - "/slash-command-dispatch" schedule: interval: "monthly" + groups: + dependency-updates: + applies-to: version-updates + update-types: + - major + - minor + - patch + security-updates: + applies-to: security-updates + dependency-type: production - package-ecosystem: "github-actions" directory: "/" schedule: