From fa11d7e3c68f78d917ff740bf8336a9790044bf6 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 4 Apr 2023 22:34:56 +0200 Subject: [PATCH] Add ci label to dependabot updates of github actions --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc24eaac..3fb94b7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: # Maintain dependencies in our GitHub Workflows - package-ecosystem: github-actions directory: / + labels: [ci] schedule: interval: monthly time: 05:00