aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-15 23:05:10 +0100
committerGravatar Joe Banks <[email protected]>2024-07-15 23:05:10 +0100
commit2af671c2bc861714c772362a4c0f509a805b18e8 (patch)
tree461684fafa6fbe086830c53aea19e450cac0a1b5
parentAdd Admins to Grafana authorized Team IDs (diff)
renovate: always attempt rebase when behind base branch
-rw-r--r--renovate.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index fbc1beb..33c14e8 100644
--- a/renovate.json
+++ b/renovate.json
@@ -24,5 +24,6 @@
}
],
"prHourlyLimit": 0,
- "commitBodyTable": true
+ "commitBodyTable": true,
+ "rebaseWhen": "behind-base-branch"
}