diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac237f1b..1e19d52d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + commit-message: + prefix: "ci" + include: "scope" \ No newline at end of file