Skip to content

Commit

Permalink
Merge pull request #4 from agaroot-technologies/feature/renovate-config
Browse files Browse the repository at this point in the history
[feature] Update renovate config
  • Loading branch information
Karibash authored Oct 3, 2023
2 parents e8d97a1 + 552fe7b commit 227ec51
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"extends": [
"config:best-practices"
"config:best-practices",
":automergeMinor",
":label(deps)",
":semanticCommitScopeDisabled",
":timezone(Asia/Tokyo)"
],
"platformAutomerge": true,
"branchPrefix": "deps/",
"schedule": [
"after 10:00 before 18:00 every weekday"
],
"ignorePaths": [
"**/node_modules/**"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"ignoreDeps": ["postgres", "mysql"],
"automerge": false
},
{
"groupName": "envelop packages",
"matchPackagePrefixes": [
"@envelop/"
]
}
]
}

0 comments on commit 227ec51

Please sign in to comment.