Skip to content

Commit 1d50e82

Browse files
chore: disable automatic rebases (#1015)
This disables automatic rebases for Renovate. Most rebases are wasted and end up spamming emails and consuming test quota -- with this we can use the checkbox to force a rebase when a PR needs to be merged. Co-authored-by: Shubha Rajan <[email protected]>
1 parent c1c3ebc commit 1d50e82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/renovate.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
77
"prConcurrentLimit": 0,
88
"rebaseStalePrs": true,
9+
"rebaseWhen": "never",
910
"dependencyDashboard": true,
1011
"semanticCommits": true,
1112
"packageRules": [
@@ -29,10 +30,5 @@
2930
"packageNames": ["com.google.apis:google-api-services-sqladmin"],
3031
"allowedVersions": "/v1beta4-.*/"
3132
}
32-
],
33-
"timezone": "America/Los_Angeles",
34-
"schedule": [
35-
"after 8am on Friday",
36-
"before 12pm on Friday"
3733
]
3834
}

0 commit comments

Comments
 (0)