From bb94be2e4a54c807f2a96926232d530e47f034f7 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 11 Aug 2025 14:44:36 -0300 Subject: [PATCH] chore: fix dependabot label Signed-off-by: Carlos Alexandro Becker --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63ed01f2e4df6d7351602088a430cf36e5891a42..78e74d71c9b697f9153e3d78415a671aa8325d32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: time: "05:00" timezone: "America/New_York" labels: - - "dependencies" + - "area: dependencies" commit-message: prefix: "chore" include: "scope" @@ -22,7 +22,7 @@ updates: time: "05:00" timezone: "America/New_York" labels: - - "dependencies" + - "area: dependencies" commit-message: prefix: "chore" include: "scope" @@ -35,7 +35,7 @@ updates: time: "05:00" timezone: "America/New_York" labels: - - "dependencies" + - "area: dependencies" commit-message: prefix: "chore" include: "scope"