From fd3d910f84d29370b2c1429b97add8a78f98f716 Mon Sep 17 00:00:00 2001 From: yaminidhamija Date: Mon, 15 Apr 2024 15:17:59 +0530 Subject: [PATCH] try one more time --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00c6931..4e5d025 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "maven" directory: "/" - target-branch: ${{secrets.BRANCH}} + target-branch: ${{ secrets.BRANCH }} schedule: interval: "daily" \ No newline at end of file