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: - "/"