From fa952c02a2f2175a14a9d6275c0cb18fc5f8435c Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 16 Aug 2024 11:04:58 -0400 Subject: [PATCH] add missing registry --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e312c3..4ed5793 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,7 @@ updates: directory: "/" registries: - central + - github-pcalouche-spring-forge schedule: interval: "monthly" target-branch: "main"