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:
interval: "weekly"
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: "direct"
exclude-paths:
- 'dev'
- 'tests/acceptance'