From af079d3cb718f3c5fe2d12bff892751e2d848024 Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Sun, 4 Sep 2022 22:17:05 +0400 Subject: [PATCH] explicit and minimal dependabot lables config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e459652..2f344116 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,13 @@ updates: commit-message: prefix: "⬆️" open-pull-requests-limit: 100 + labels: + - "dependencies" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" commit-message: prefix: "⬆️" + labels: + - "dependencies"