From bfedba69079f27c4cfce84c2f1e21e48a3deff8f Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 30 Jan 2023 16:15:52 +0100 Subject: [PATCH] do not let dependabot label our prs Signed-off-by: Sebastian Gumprich --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7536a315..4666d86d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,16 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + # by default Dependabot creates labels like "major" or "minor" for version updates of our deps. + # however this interferes with the github changelog generator which uses these labels to define + # a new version for the collection + labels: [ ] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + # by default Dependabot creates labels like "major" or "minor" for version updates of our deps. + # however this interferes with the github changelog generator which uses these labels to define + # a new version for the collection + labels: [ ]