From e07067a65ccc9e2d88191010ed652c5a8b651180 Mon Sep 17 00:00:00 2001
From: Vatsal Gupta <gvatsal60>
Date: Fri, 22 Nov 2024 21:42:06 +0530
Subject: [PATCH] Fixed Devcontainer

---
 .devcontainer/devcontainer.json | 5 +----
 .github/dependabot.yml          | 8 ++++++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6df946b..81c5fb7 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,7 +1,4 @@
 {
-  "capAdd": [
-    "SYS_PTRACE"
-  ],
   "customizations": {
     "vscode": {
       "extensions": [
@@ -62,7 +59,7 @@
   },
   "image": "mcr.microsoft.com/devcontainers/base:noble",
   "mounts": [
-    "source=${containerWorkspaceFolder}/snippets,target=${containerWorkspaceFolder}/.vscode,type=bind,consistency=cached,readonly"
+    "source=${localWorkspaceFolder:-.}/snippets,target=${containerWorkspaceFolder}/.vscode,type=bind,consistency=cached,readonly"
   ],
   "postCreateCommand": "chmod +x ${containerWorkspaceFolder}/.devcontainer/postCreateScript.sh && ${containerWorkspaceFolder}/.devcontainer/postCreateScript.sh",
   "runArgs": [
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1eb6d33..90f960c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,7 +5,11 @@
 
 version: 2
 updates:
-  - package-ecosystem: "devcontainers" # See documentation for possible values
-    directory: "/" # Location of package manifests
+  - package-ecosystem: "devcontainers"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+  - package-ecosystem: "github-actions"
+    directory: "/"
     schedule:
       interval: "weekly"