Skip to content

Commit

Permalink
feat: migrate config and add strict validation
Browse files Browse the repository at this point in the history
resolves #13
  • Loading branch information
frantic1048 committed Nov 10, 2023
1 parent b663b21 commit 8b5c82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"automergeType": "pr",
"description": "Default config for RightCapital repositories",
"extends": [
"config:base",
"config:recommended",
":pinAllExceptPeerDependencies"
],
"labels": [
Expand All @@ -29,4 +29,3 @@
"prCreation": "immediate",
"rangeStrategy": "auto"
}

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"url": "https://github.com/RightCapitalHQ/renovate-config/issues"
},
"scripts": {
"validate": "renovate-config-validator default.json",
"validate": "renovate-config-validator --strict default.json",
"test": "pnpm run validate",
"prepare": "pnpm run test"
},
"devDependencies": {
"renovate": "latest"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 8b5c82a

Please sign in to comment.