diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3efd5c4..9c2d762 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 updates: - package-ecosystem: gradle - directory: "/" + directory: "/finish" + schedule: + interval: monthly + open-pull-requests-limit: 50 +- package-ecosystem: gradle + directory: "/start" schedule: interval: monthly open-pull-requests-limit: 50