Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit c42de0d

Browse files
authored
chore(renovate): update config to try DCO
1 parent 5e21ec2 commit c42de0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"renovate"
1010
],
1111
"prCreation": "not-pending",
12+
"commitMessage": "update dependency {{depName}} to {{newVersion}}\n\nSigned-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>",
1213
"depTypes": [
1314
{
1415
"depType": "dependencies",
1516
"semanticPrefix": "fix(deps): ",
1617
"automerge": "minor",
17-
"automergeType": "branch-push",
18+
"automergeType": "pr",
1819
"assignees": [
1920
"charlike"
2021
]
@@ -23,7 +24,7 @@
2324
"depType": "devDependencies",
2425
"semanticPrefix": "chore(devDeps): ",
2526
"automerge": "any",
26-
"automergeType": "branch-push"
27+
"automergeType": "pr"
2728
}
2829
],
2930
"packageRules": [

0 commit comments

Comments
 (0)