From ae87824cfdbd738ce498114a6ed2718813fee9d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:01:52 +0000 Subject: [PATCH] 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/5537323c-746d-4f3e-90c0-26e19222e58b --- .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"