From 0e08caac27ebbe6a8d21ba418831704b5a790f48 Mon Sep 17 00:00:00 2001 From: Henning Perl Date: Thu, 30 Jun 2022 12:23:24 +0200 Subject: [PATCH] chore: add dependabot labels (#931) --- .github/labels.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/labels.json diff --git a/.github/labels.json b/.github/labels.json new file mode 100644 index 000000000..05340ab17 --- /dev/null +++ b/.github/labels.json @@ -0,0 +1,12 @@ +[ + { + "name": "dependencies", + "color": "0366d6", + "description": "Pull requests that update a dependency file" + }, + { + "name": "docker", + "color": "21ceff", + "description": "Pull requests that update Docker code" + } +] \ No newline at end of file