Skip to content

Commit

Permalink
ci: Add renovate.json (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 9, 2024
1 parent 6364e1c commit 7a437b3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly",
":approveMajorUpdates",
":disablePeerDependencies",
":semanticCommitTypeAll(chore)"
],
"ignorePresets": [":ignoreModulesAndTests"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"postUpdateOptions": ["pnpmDedupe"],
"semanticCommits": "enabled",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor", "patch"]
}
],
"ignoreDeps": [
"@types/node",
"node",
"typescript",
"typescript49",
"typescript50",
"typescript51",
"typescript52",
"typescript53"
]
}

0 comments on commit 7a437b3

Please sign in to comment.