Skip to content

Commit

Permalink
Merge pull request #136 from TNG/renovate
Browse files Browse the repository at this point in the history
Add renovate config
  • Loading branch information
lukastaegert committed Dec 6, 2023
2 parents 3191f97 + 9c1fcc7 commit 91c2b09
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":gitSignOff"],
"dependencyDashboard": true,
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"groupName": "minor/patch updates",
"automerge": true
},
{
"matchPackageNames": ["node", "npm"],
"enabled": false
},
{
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
],
"automergeType": "pr",
"platformCommit": true,
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Friday"]
},
"minimumReleaseAge": "3 days",
"schedule": ["before 4am on Friday"]
}

0 comments on commit 91c2b09

Please sign in to comment.