Skip to content

Commit

Permalink
chore: added renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikededo committed Aug 12, 2023
1 parent b83fbbe commit ce4e39f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": ["config:base", ":semanticCommits"],
"commitMessage": "chore: update dependencies",
"commitMessageBody": "Updated dependencies:\n\n{{#each packageRules}}{{#each updated}}{{depName}}@{{newVersion}}\n{{/each}}{{/each}}",
"packageRules": [
{
"updateTypes": ["patch"],
"depTypeList": ["dependencies"]
},
{
"depTypeList": ["devDependencies"]
}
],
"ignoreDeps": [],
"ignorePaths": [],
"schedule": [],
"rangeStrategy": "widen",
"prHourlyLimit": 0,
"prConcurrentLimit": 3
}

0 comments on commit ce4e39f

Please sign in to comment.