From 1e251a1a6f12aa7c7812b49f8a93d5a618d865f3 Mon Sep 17 00:00:00 2001 From: SofiaBlomgrenOP Date: Wed, 2 Oct 2024 09:52:52 +0200 Subject: [PATCH] Update dependabot.yml Update config to only set patch-label --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8af06965..f851ab94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'daily' + labels: + - 'patch' # Maintain dependencies for GitHub Actions - package-ecosystem: 'github-actions' @@ -16,3 +18,5 @@ updates: directory: '/' schedule: interval: 'daily' + labels: + - 'patch'