diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d08e26..fba6af5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,13 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' + commit-message: + prefix: 'ci' + groups: + github-actions: + patterns: + - '*'