diff --git a/.conform.yaml b/.conform.yaml index 5352c73..d2da79c 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -15,6 +15,7 @@ policies: conventional: types: - ci + - deps - docs - refactor - release diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 53f8242..6be5d39 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "deps"