Skip to content

Commit

Permalink
chore(root): add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 15, 2023
1 parent 210e76e commit 3a9bc16
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "helpers:pinGitHubActionDigests", ":semanticCommitTypeAll(bump)"],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"major": {
"dependencyDashboardApproval": false
},
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
"groupName": "engines",
"enabled": false
},
{
"matchPackagePatterns": ["^@contentedjs/"],
"groupName": "@contentedjs"
}
]
}
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cache": false
},
"build": {
"inputs": ["tsconfig.json", "contented.config.mjs", "src/**", "frontmatter/**"],
"inputs": ["contented.config.mjs", "src/**", "frontmatter/**"],
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
Expand Down

0 comments on commit 3a9bc16

Please sign in to comment.