Skip to content

Commit

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

* Update config

* Update config

* Update config

* Update config

* Update config

* Update config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
3 people committed May 3, 2023
1 parent 14e9d2d commit ac60c6f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"@rollup/pluginutils": "^5.0.2",
"@types/estree": "1.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.42",
"@types/node": "~14.18.42",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
Expand Down
34 changes: 34 additions & 0 deletions renovate.json
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm"],
"enabled": false
},
{
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
},
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"automerge": true,
"automergeSchedule": ["after 10am on Friday"],
"groupName": "minor/patch updates"
}
],
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on Friday"]
},
"minimumReleaseAge": "5 days",
"schedule": ["before 4am on Friday"],
"automergeStrategy": "squash"
}

0 comments on commit ac60c6f

Please sign in to comment.