This commit is contained in:
ldestailleur
2025-08-21 21:45:38 +02:00
parent 7b4d21e353
commit ffce43a808

View File

@@ -5,8 +5,9 @@ updates:
schedule: schedule:
interval: "weekly" interval: "weekly"
allow: allow:
# Allow both direct and indirect updates for all packages. # Allow production updates only (can do a AND, several entries are doing a OR)
- dependency-type: "production" - dependency-type: "production"
#- dependency-type: "direct"
exclude-paths: exclude-paths:
- 'dev' - 'dev'
- 'tests/acceptance' - 'tests/acceptance'