diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a6abd1..7bc4540 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,15 @@ updates: # Check for updates daily schedule: interval: 'daily' + commit-message: + prefix: "chore" + include: "scope" # Enable version updates for Github Actions - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'daily' + commit-message: + prefix: "chore" + include: "scope"