Skip to content

Commit

Permalink
Configure Renovate (#146)
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 <[email protected]>
  • Loading branch information
renovate[bot] and ctalkington authored Sep 2, 2023
1 parent 12dfa3f commit 42bbc27
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:daily",
":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 42bbc27

Please sign in to comment.