Skip to content

Commit

Permalink
Adding renovate bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Murillo committed May 9, 2023
1 parent 34c1c11 commit 9cf3773
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

42 changes: 42 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"extends": [
"config:base",
":automergeMinor",
":label(ready)"
],
"stabilityDays": 1,
"prCreation": "immediate",
"packageRules": [
{
"updateTypes": [
"major"
],
"masterIssueApproval": true
},
{
"languages": [
"js"
],
"enabled": false,
"recreateClosed": false
},
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true
}
],
"labels": [
"dependencies"
]
}

0 comments on commit 9cf3773

Please sign in to comment.