Skip to content

Commit

Permalink
Configure Renovate (#168)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
  • Loading branch information
renovate[bot] and ctalkington authored Sep 2, 2023
1 parent 58b8c5b commit cba2810
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:base",
"schedule:daily",
":maintainLockFilesMonthly",
":pinDevDependencies"
],
"timezone": "America/Chicago",
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["npm", "nvm"],
"separateMultipleMajor": true
},
{
"matchManagers": ["npm", "nvm"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"addLabels": ["ci", "github-actions"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit cba2810

Please sign in to comment.