From 3a42db5a0dcc7ebb267c9dd0e4292e918bacf8c1 Mon Sep 17 00:00:00 2001 From: Latiff Danieyal <86613680+danieyal@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:40:52 +0800 Subject: [PATCH] chore: add dependabot configuration --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..66e8a58 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: / + schedule: + interval: weekly + target-branch: "master" + cooldown: + default-days: 7 + semver-major-days: 7 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + target-branch: "master" + cooldown: + default-days: 7