diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 8460bb5f07..2478af3b03 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "maven" - directory: "/" + directory: "/registration-processor" schedule: interval: "daily" target-branch: "develop"