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"