diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3dce5f..9cb7bf5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore" + prefix-development: "chore" + include: "scope" groups: NLog: patterns: @@ -18,9 +22,17 @@ updates: directory: "/.config" schedule: interval: "daily" + commit-message: + prefix: "chore" + prefix-development: "chore" + include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: # Check for updates to GitHub Actions every weekday interval: "daily" - timezone: America/Chicago \ No newline at end of file + timezone: America/Chicago + commit-message: + prefix: "chore" + prefix-development: "chore" + include: "scope"