Compare commits

..

No commits in common. "0e3bad605e03b6f3c56b1309a1665e2fa1b0dce8" and "c8688c941ef8b5a299e44f62664a96fbed7a353a" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -10,7 +10,7 @@
],
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"test": "find src -name '*.md' -exec markdown-link-check {} + && node --test 'src/**/*.test.js' && npm test --workspaces",
"test": "find src -name '*.md' -exec markdown-link-check {} + && node --test src && npm test --workspaces",
"format": "prettier --write ."
},
"devDependencies": {

View file

@ -1,9 +1 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:semverAllMonthly",
":automergeAll",
":automergeBranch"
]
}
{ "extends": ["config:base", "config:semverAllMonthly", ":automergeMinor"] }