From 162ef49a4c3c2a7ac8a99eb73c90be320ee30c83 Mon Sep 17 00:00:00 2001 From: BrickPi <49528459+BrickPi@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:01:02 +0100 Subject: [PATCH] Add Weekly Dependabot Checks for pre-commit and Actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9f8e79f..3523bffa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,11 @@ updates: allow: - dependency-name: "extension/deps/openvic-simulation" - dependency-name: "scripts" + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"