diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70f4a2749a..2f78c9338b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,16 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/**/*" schedule: interval: "daily" commit-message: prefix: "ci" cooldown: default-days: 7 + groups: + github-actions: + patterns: + - "*"