diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d15d5a9af..d5a770378 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "kind/dependencies" ignore: # As long as we support Java 8 - dependency-name: "logback-classic" @@ -12,3 +14,5 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "kind/dependencies"