Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ updates:
# Root workspace - includes root package.json with dev tooling
- package-ecosystem: "npm"
directory: "/"
cooldown:
default-days: 14
schedule:
Comment thread
marcelocra marked this conversation as resolved.
interval: "weekly"
day: "monday"
Expand All @@ -29,6 +31,8 @@ updates:
# Website workspace - Next.js application
- package-ecosystem: "npm"
directory: "/www"
cooldown:
default-days: 14
schedule:
interval: "weekly"
day: "monday"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down