From e04a6d5465932a4b15b2dc046faf20620d6a9080 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:44:39 +0000 Subject: [PATCH 1/2] Add dependabot config for weekly github-actions updates Co-authored-by: ComradeCow <1058997+ComradeCow@users.noreply.github.com> Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/838d2f0c-5f06-403c-9d79-5e05b45057ee --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 6eaa4145b4561fa9e2bbad056faa323e091c37ac Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:56:06 -0500 Subject: [PATCH 2/2] fix: update PowerShell version expectation in tests from 7.5* to 7.6* (#602) Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/6764447b-ffa0-4e6f-85c7-442aefb8620b Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ComradeCow <1058997+ComradeCow@users.noreply.github.com> --- tests/PSinLinuxCloudShellImage.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PSinLinuxCloudShellImage.Tests.ps1 b/tests/PSinLinuxCloudShellImage.Tests.ps1 index 15719947..7db07974 100755 --- a/tests/PSinLinuxCloudShellImage.Tests.ps1 +++ b/tests/PSinLinuxCloudShellImage.Tests.ps1 @@ -19,7 +19,7 @@ Describe "Various programs installed with expected versions" { It "Static Versions" { # These programs are installed explicitly with specific versions $script:pmap["Node.JS"].Version | Should -Be '20.14.0' - $script:pmap["PowerShell"].Version | Should -BeLike '7.5*' + $script:pmap["PowerShell"].Version | Should -BeLike '7.6*' } It "Some Versions Installed" {