mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix json
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user