Skip to content

Commit

Permalink
Create renovate.js
Browse files Browse the repository at this point in the history
Update renovate.js

Update renovate.js

Rename renovate.js to renovate.json
  • Loading branch information
chrillep committed Jul 17, 2022
1 parent a28c3c9 commit 477bedb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-lib",
":automergeMinor",
":preserveSemverRanges"
],
"includeForks": true,
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"addLabels": ["major"]
},
{
"matchUpdateTypes": ["minor"],
"addLabels": ["minor"]
},
{
"matchUpdateTypes": ["patch"],
"addLabels": ["patch"]
}
],
"js": {
"addLabels": ["yarn"]
}
}

0 comments on commit 477bedb

Please sign in to comment.