From 185f65647d1040e547c7dbfdd9db1e6428ff97eb Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:55:22 +0000 Subject: [PATCH 1/2] [#1196] Support Dependabot: Update Actions --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..59f47af46 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From f3a884575263c9853fa9c69d0f8bf94fb58c1f43 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:40:24 +0530 Subject: [PATCH 2/2] Update .github/dependabot.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 59f47af46..144149689 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "devcontainers" - directory: "/" + directory: "/.devcontainer" schedule: interval: "weekly" - package-ecosystem: "github-actions"