Skip to content

Commit

Permalink
ci: introduce renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 10, 2024
1 parent 84c7c63 commit 101028d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"dependencyDashboard": true,
"schedule": ["before 3am on Friday"],
"semanticCommitType": "chore",
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["major"],
"semanticCommitType": "chore",
"automerge": false,
"dependencyDashboardApproval": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchPackagePatterns": ["*"],
"semanticCommitType": "chore",
"schedule": ["before 3am on Friday"],
"automerge": false
}
]
}

0 comments on commit 101028d

Please sign in to comment.