diff options
author | 2024-07-15 23:05:10 +0100 | |
---|---|---|
committer | 2024-07-15 23:05:10 +0100 | |
commit | 2af671c2bc861714c772362a4c0f509a805b18e8 (patch) | |
tree | 461684fafa6fbe086830c53aea19e450cac0a1b5 | |
parent | Add Admins to Grafana authorized Team IDs (diff) |
renovate: always attempt rebase when behind base branch
-rw-r--r-- | renovate.json | 3 |
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" } |