From 877746e6c104b1b4a2c773f83f8cde094a9bf893 Mon Sep 17 00:00:00 2001 From: skye rogers Date: Tue, 25 Mar 2025 11:08:52 -0700 Subject: [PATCH] add dependabot branch to dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3de7c3b7..bc09961b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,14 @@ updates: target-branch: "v1.x" schedule: interval: "weekly" + + # branch - dependabot testing + - package-ecosystem: "maven" + directory: "/" +# labels: +# - "dependencies" +# - "v1.x" + target-branch: "dependabot-testing-from-github" + schedule: + interval: "daily" + time: "04:10"