diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00dad74..a26100e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 updates: - package-ecosystem: maven - directory: "/" + directory: "/finish" + schedule: + interval: monthly + open-pull-requests-limit: 50 +- package-ecosystem: maven + directory: "/start" schedule: interval: monthly open-pull-requests-limit: 50 diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml index 0b1643a..1f52a4a 100644 --- a/.github/workflows/add-pr-to-project.yml +++ b/.github/workflows/add-pr-to-project.yml @@ -3,7 +3,6 @@ name: Add PRs to Dependabot PRs dashboard on: pull_request: types: - - opened - labeled jobs: