From 55e95572fc2263890eeb2da4cfb16d419d7ee2e0 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 10 Jan 2025 18:35:10 -0500 Subject: [PATCH] Add flair to version bump pull requests (#906) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff838cd..1de997f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,16 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: ⬆ versioning-strategy: "increase" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: ⬆ labels: - "cleanup-no-release-required" - "dependencies" @@ -19,4 +23,6 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: ⬆ versioning-strategy: "increase"