Skip to content

Commit

Permalink
Merge pull request #22 from Dynatrace/chore/init-renovate
Browse files Browse the repository at this point in the history
chore: init renovate bot
  • Loading branch information
heinzburgstaller authored Jan 25, 2024
2 parents ff68584 + edd0560 commit 1a64994
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"ignorePaths": [
"**/node_modules/**",
".vscode",
"**/__tests__/**",
"**/__test__/**"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 3,
"recreateWhen": "never",
"dependencyDashboard": true,
"major": {
"enabled": true
},
"commitMessagePrefix": "chore:",
"packageRules": [
{
"groupName": "all patch dependency updates",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
},
{
"groupName": "all minor dependency updates",
"groupSlug": "all-minor",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor"]
},
{
"matchUpdateTypes": ["major", "minor"],
"minimumReleaseAge": "7 days"
}
]
}

0 comments on commit 1a64994

Please sign in to comment.