From 42f7bfe34e03bd63a67e3712f12d62b53ebfdb4f Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:30:27 -0700 Subject: [PATCH] Setup dependabot for github-actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e89289587d..75ce6c53a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,15 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + minor-actions-dependencies: + # GitHub Actions: Only group minor and patch updates (we want to carefully review major updates) + update-types: [ minor, patch ] + - package-ecosystem: npm directories: - "/"