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