diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12761c04..3f2887df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,17 @@ version: 2 updates: - package-ecosystem: uv - directory: "/" + directory: / schedule: interval: daily - time: "14:00" + time: '14:00' open-pull-requests-limit: 10 - - package-ecosystem: "github-actions" - directory: "/" + cooldown: + default-days: 4 + - package-ecosystem: github-actions + directory: / schedule: interval: daily - time: "14:00" + time: '14:00' + cooldown: + default-days: 4