Skip to content

Commit

Permalink
chore: add base renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Miller committed May 2, 2024
1 parent bca83e4 commit 6d0e52a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
39 changes: 39 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor", "schedule:monthly"],
"timezone": "Pacific/Auckland",
"labels": ["dependencies"],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"schedule": ["every 3 months on the first day of the month"]
},
"packageRules": [
{
"matchDepTypes": ["engines"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"depTypeList": ["peerDependencies"],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["major"]
}
],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true,
"autoApprove": true,
"schedule": ["at any time"]
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,9 @@
"branches": [
"main"
]
},
"engines": {
"node": ">=v20",
"npm": ">=10"
}
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 6d0e52a

Please sign in to comment.