diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b5f088b..72f24bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,8 @@ updates: # Root workspace - includes root package.json with dev tooling - package-ecosystem: "npm" directory: "/" + cooldown: + default-days: 14 schedule: interval: "weekly" day: "monday" @@ -29,6 +31,8 @@ updates: # Website workspace - Next.js application - package-ecosystem: "npm" directory: "/www" + cooldown: + default-days: 14 schedule: interval: "weekly" day: "monday" @@ -69,6 +73,8 @@ updates: # GitHub Actions - keep workflow actions up to date - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 14 schedule: interval: "monthly" day: "monday" @@ -90,6 +96,8 @@ updates: # Dev Containers - monitor Features in main devcontainer configuration - package-ecosystem: "devcontainers" directory: "/" + cooldown: + default-days: 14 schedule: interval: "monthly" day: "monday" @@ -106,6 +114,8 @@ updates: # Docker - monitor base images in Alpine devcontainer Dockerfile - package-ecosystem: "docker" directory: "/.devcontainer/devcontainers/alpine" + cooldown: + default-days: 14 schedule: interval: "monthly" day: "monday"