diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03f9f086..c952aea6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,21 @@ version: 2 updates: - package-ecosystem: maven - directory: "/" + directory: / schedule: interval: daily - time: "14:00" + time: '14:00' open-pull-requests-limit: 10 groups: jackson: patterns: - - "com.fasterxml.jackson*" - - package-ecosystem: "github-actions" - directory: "/" + - com.fasterxml.jackson* + cooldown: + default-days: 4 + - package-ecosystem: github-actions + directory: / schedule: interval: daily - time: "14:00" + time: '14:00' + cooldown: + default-days: 4