diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0bb226..2ebabbb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,18 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 + updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "[github-action] " + - package-ecosystem: "nuget" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "[nuget] "