From 3ca001e403f504aea6b83c6a773c6addb5e79906 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Sun, 22 Mar 2026 13:49:57 +0000 Subject: [PATCH 1/2] Add auto-merge label to Dependabot PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c58a04469d95..93ffabda3bc27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: monthly labels: - 'github_actions:pull-request' + - 'auto-merge' commit-message: prefix: meta cooldown: @@ -19,6 +20,7 @@ updates: interval: monthly labels: - 'github_actions:pull-request' + - 'auto-merge' commit-message: prefix: meta cooldown: From c3fc7cc2939e19b123a0075d6797ff212328e5a3 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Sun, 22 Mar 2026 13:51:03 +0000 Subject: [PATCH 2/2] Add standard labels to Dependabot PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93ffabda3bc27..d9c83dd2bac88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: monthly labels: + - 'dependencies' + - 'github_actions' - 'github_actions:pull-request' - 'auto-merge' commit-message: @@ -19,6 +21,8 @@ updates: schedule: interval: monthly labels: + - 'dependencies' + - 'javascript' - 'github_actions:pull-request' - 'auto-merge' commit-message: