From c74a690b0098b4c91e04372f6f2baa8857632a27 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Tue, 28 Jun 2022 11:22:15 -0400 Subject: [PATCH] .github: don't ignore dependabot on releases (#199) The PRs merged by dependabot may affect the stability of releases and should be included in the changelog. In the past they hadn't been included as they may induce too much noise, we re-enable them with this commit, and will rollback if necessary. --- .github/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index d9178359..7719b043 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -2,8 +2,6 @@ changelog: exclude: labels: - ignore-for-release - authors: - - dependabot categories: - title: Breaking Changes 🛠 labels: