From 24f2d435505c984ce20106c397031bfd2818e428 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 6 May 2023 01:06:32 +0200 Subject: [PATCH] Add `dependabot` label to dependabot PRs --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd97ccb..4faa484 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,4 @@ updates: - vbrandl labels: - dependencies + - dependabot