From d8a2a5279e54f918d7901e8d302b08f8185a45aa Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Sat, 5 Nov 2022 23:12:09 +0100 Subject: Add internal label to dependabot PRs upgrading github actions --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d1708..d8a3564c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - internal + - dependencies -- cgit