From f4846d2abc5e7c0073b890a186ab944cbf36bf3e Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Fri, 22 May 2026 17:40:33 -0700 Subject: [PATCH] chore: configure dependabot --- .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 0000000..a50bb7b --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/vite-lit-capacitor/electron" + schedule: + interval: "weekly"