Skip to content
Snippets Groups Projects
Unverified Commit 9f705f49 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

test: add e2e test for config validator (#6180)

parent 8f12059c
No related branches found
Tags 37.183.2
No related merge requests found
...@@ -3,9 +3,18 @@ ...@@ -3,9 +3,18 @@
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"test": "renovate --version" "test": "renovate --version && renovate-config-validator"
}, },
"dependencies": { "dependencies": {
"renovate": "../renovate-0.0.0-semantic-release.tgz" "renovate": "../renovate-0.0.0-semantic-release.tgz"
},
"renovate-config": {
"default": {
"extends": [
"config:base",
":assignAndReview(rarkins)",
":maintainLockFilesWeekly"
]
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment