chore: update dependabot configuration for weekly checks

This commit is contained in:
Félix MARQUET
2025-10-14 10:06:45 +02:00
parent 427a543159
commit 9e0424c66e

View File

@@ -2,5 +2,9 @@ version: 2
updates:
- package-ecosystem: "npm" # specify npm as the package ecosystem
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions" # specify GitHub Actions as the package ecosystem
directory: "/.github/workflows" # Location of package manifests
schedule:
interval: "weekly"