From 2e9bc3dc24cabe7664ccafc5ad766a11d122b2c9 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Thu, 19 Dec 2024 03:16:39 -0500 Subject: [PATCH] Correct dependabot to focus on OpenVic submodules --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db664508..a9f8e79f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "daily" + allow: + - dependency-name: "extension/deps/openvic-simulation" + - dependency-name: "scripts"