From c4b30de8e00563a706b48cac2c3ab1ffed097248 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 28 Jan 2025 19:25:20 -0500 Subject: [PATCH] feat: tell `dependabot` to check `clasweb` maven repos too If we can still rely on `clasweb` availability, we might as well check its maven repositories for dependency updates too. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4dfb38181..2035474bfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,21 @@ version: 2 + +registries: + clas12maven: + type: maven-repository + url: https://clasweb.jlab.org/clas12maven + jhep: + type: maven-repository + url: https://clasweb.jlab.org/jhep/maven + updates: - package-ecosystem: "maven" directory: "/" schedule: interval: "weekly" + registries: + - clas12maven + - jhep ignore: - dependency-name: "org.jlab:groot" # since version numbers are not in order - package-ecosystem: "github-actions"