From 22148317f2362761984b94d042f2222980c1093d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:13:36 +0000 Subject: [PATCH 1/4] Initial plan From 5c48ca2c28adeb64a0192099201b9c9b125ae00f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:21:48 +0000 Subject: [PATCH 2/4] Update dependabot.yml to work on release/* branches Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com> --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdb18f82c9d..3db8debbfdf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,24 @@ updates: labels: - "CL-BuildPackaging" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "release/*" + schedule: + interval: "daily" + labels: + - "CL-BuildPackaging" + + - package-ecosystem: docker + directory: / + schedule: + interval: daily + labels: + - "CL-BuildPackaging" + - package-ecosystem: docker directory: / + target-branch: "release/*" schedule: interval: daily labels: From 9e4d968ac7174ec6fb61ddbf5026f3ab9d7c8b16 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Mon, 20 Oct 2025 12:06:47 -0700 Subject: [PATCH 3/4] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3db8debbfdf..fe23e6d386f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,14 +17,14 @@ updates: - "CL-BuildPackaging" - package-ecosystem: docker - directory: / + directory: "/" schedule: interval: daily labels: - "CL-BuildPackaging" - package-ecosystem: docker - directory: / + directory: "/" target-branch: "release/*" schedule: interval: daily From 8c8334bb61fb9f95aeef72158995295ce7e031ab Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Mon, 20 Oct 2025 12:06:56 -0700 Subject: [PATCH 4/4] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe23e6d386f..45d2e8fe928 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,14 +16,14 @@ updates: labels: - "CL-BuildPackaging" - - package-ecosystem: docker - directory: "/" + - package-ecosystem: "docker" + directory: / schedule: interval: daily labels: - "CL-BuildPackaging" - - package-ecosystem: docker + - package-ecosystem: "docker" directory: "/" target-branch: "release/*" schedule: