Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 9 additions & 17 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
{
"description": "all minor/patch updates",
"matchCurrentVersion": ">= 1.0.0",
"matchUpdateTypes": ["minor", "patch"],
"automerge": false,
"autoApprove": true
"matchUpdateTypes": ["minor", "patch"]
},
{
"description": "npm dependencies (rare)",
Expand All @@ -72,9 +70,7 @@
"description": "Github minor/patch updates",
"matchCurrentVersion": ">= 1.0.0",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"autoApprove": true,
"automerge": false
"matchUpdateTypes": ["minor", "patch"]
},
{
"description": "Github major updates",
Expand Down Expand Up @@ -103,19 +99,15 @@
},
{
"matchManagers": ["npm"],
"description": "All npm updates. Note commit extra message set globally."
},
{
"matchPackageNames": ["/jest/"],
"groupName": "jest",
"semanticCommitType": "ci",
"semanticCommitScope": "jest"
"description": "All npm updates. Note commit extra message was set globally."
},
{
"matchPackageNames": ["/eslint/"],
"groupName": "eslint",
"semanticCommitType": "ci",
"semanticCommitScope": "eslint"
"description": "Minor updates to automerge, to save time but allow some clutter, overriding all above rules",
"matchManagers": ["npm"],
"matchPackageNames": ["/prettier/", "lint-staged", "marked", "mocha", "husky", "release-please", "/@x2od/"],
"matchUpdateTypes": ["minor"],
"automerge": true,
"autoApprove": true
}
]
}
13 changes: 13 additions & 0 deletions renovate_config_for_later.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
,
{
"matchPackageNames": ["/jest/"],
"groupName": "jest",
"semanticCommitType": "ci",
"semanticCommitScope": "jest"
},
{
"matchPackageNames": ["/eslint/"],
"groupName": "eslint",
"semanticCommitType": "ci",
"semanticCommitScope": "eslint"
}