From f60b662e543918a32a1b149770f35dbaeb2dde61 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:38:17 +0000 Subject: [PATCH 1/3] Initial plan From 1423ed7ad7823eab01c73d2b0fc09c675a1b3718 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:42:57 +0000 Subject: [PATCH 2/3] Add dependabot group for rubocop* bundler updates Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d5010c..b9a3bd5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,10 @@ updates: - "ruby" # Group patch updates together groups: + rubocop: + patterns: + - "rubocop*" + dependency-type: "direct" patch-updates: patterns: - "*" From 4c21b1c424db3ab91d57d1e6e10c34024ab51b90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:48:47 +0000 Subject: [PATCH 3/3] Fix dependabot config error: change dependency-type from "direct" to "development" Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9a3bd5..a553265 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,7 @@ updates: rubocop: patterns: - "rubocop*" - dependency-type: "direct" + dependency-type: "development" patch-updates: patterns: - "*"