Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #174 from cybozu/renovate-single-pr
Browse files Browse the repository at this point in the history
chore: configure single pull request for renovate
  • Loading branch information
korosuke613 authored Mar 2, 2021
2 parents 627c84d + 2dc6f19 commit aa69cbf
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,11 @@
":prConcurrentLimit10", // Limit to maximum 10 open PRs.
":timezone(Asia/Tokyo)",
":enableVulnerabilityAlertsWithLabel(security)", // Raise PR when vulnerability alerts are detected with label security.
":semanticCommitTypeAll(chore)" // If semantic commits detected, use semantic commit type chore for all
":semanticCommitTypeAll(chore)", // If semantic commits detected, use semantic commit type chore for all
"schedule:weekly"
],
"circleci": {
"semanticCommitScope": "ci",
"automerge": true,
"automergeType": "branch" // Merge without creating a PR. If the test fails, create a PR.
},
"golang": {
"postUpdateOptions": [
"gomodTidy" // Enable go mod tidy.
],
"packageRules": [
{ // If it's a patch update, it will merge automatically.
"matchUpdateTypes": ["patch"],
"automerge": true
},
{
"matchPackageNames": ["aws/aws-sdk-go", "chromedp/cdproto"],
"extends": ["schedule:monthly"]
}
]
},
"postUpdateOptions": [
"gomodTidy" // Enable go mod tidy.
],
"groupName": "all" // Combine pull requests into one
}

0 comments on commit aa69cbf

Please sign in to comment.