From 8edbf7990d58b94a805a89a18b2379d94caaa3e5 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 14 Apr 2023 14:36:55 +1000 Subject: [PATCH] Use correct A-devops label for dependabot GitHub Actions PRs (#6508) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e92b5a5..8f810e4b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,6 @@ updates: open-pull-requests-limit: 10 labels: - 'C-trivial' - - 'A-infrastructure' + - 'A-devops' - 'A-dependencies' - 'P-Low :snowflake:'