diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a76cce4c..82cc9778 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,6 +3,8 @@ updates: # Python dependencies - package-ecosystem: "pip" directory: "/" + cooldown: + default-days: 7 schedule: interval: "weekly" day: "monday" @@ -11,6 +13,8 @@ updates: # GitHub Actions - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "weekly" day: "monday" @@ -19,6 +23,8 @@ updates: # Pre-commit hooks - package-ecosystem: "pre-commit" directory: "/" + cooldown: + default-days: 7 schedule: interval: "weekly" day: "monday"