diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 713df545d5..38de230d30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,12 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + patterns: + - "*"