Skip to content

Commit ff2fd87

Browse files
Merge pull request #52 from CPS-IT/fix/strict-validation
[BUGFIX] Run config validation with `--strict` option
2 parents c5a4fc9 + 9f64ffe commit ff2fd87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker-compose.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
services:
22
validate:
33
image: renovate/renovate
4-
command: ['renovate-config-validator', 'default.json', 'git-flow.json', 'typo3-extension.json', 'typo3-project.json']
4+
command:
5+
- 'renovate-config-validator'
6+
- '--strict'
7+
- 'default.json'
8+
- 'git-flow.json'
9+
- 'typo3-extension.json'
10+
- 'typo3-project.json'
511
volumes:
612
- ./:/usr/src/app

0 commit comments

Comments
 (0)