mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
chore: limit renovate PRs and rebases (#56)
Limit the amount of PRs opened by renovate and also do not auto rebase the PRs to avoid consuming all the GitHub Runners Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
parent
ecef64d506
commit
4e66d79fdb
@ -9,6 +9,8 @@
|
||||
":automergeMinor",
|
||||
":automergeDigest"
|
||||
],
|
||||
rebaseWhen: 'never',
|
||||
prConcurrentLimit: 5,
|
||||
"gomod": {
|
||||
// Do not manage the dagger go.mod file
|
||||
"ignorePaths": ["dagger/gotest/go.mod"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user