From 71747b679f5f0511c990b8687954a0ac54d22ad8 Mon Sep 17 00:00:00 2001 From: hdthakyolo Date: Mon, 16 Feb 2026 14:15:27 -0800 Subject: [PATCH] ci: add dependabot configuration for pip dependencies --- .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..6a7695c0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"