diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 0b440626fb..8460bb5f07 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - package-ecosystem: "maven" - directory: "/" # Adjust if pom.xml is in a subdirectory + directory: "/" schedule: - interval: "weekly" # Options: daily, weekly, monthly + interval: "daily" target-branch: "develop" - open-pull-requests-limit: 5 # Optional: Limit the number of open PRs + open-pull-requests-limit: 50