Skip to content

Commit 1436b14

Browse files
committed
add: auto rebase stale prs and auto create roll back prs
1 parent 4e63295 commit 1436b14

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":disableDependencyDashboard",
6+
":rebaseStalePrs"
57
],
68
"addLabels": [
79
"dependencies"
810
],
9-
"rebaseWhen": "conflicted",
11+
"rollbackPrs": true,
1012
"ignorePaths": [
1113
"**/node_modules/**"
1214
],
1315
"timezone": "America/New_York",
1416
"packageRules": []
15-
}
17+
}

0 commit comments

Comments
 (0)