feat(ci): push renovate content as botuser and tweak rebase settings

This commit is contained in:
kjeld Schouten-Lebbing 2022-03-18 11:09:12 +01:00
parent 4768f1aa44
commit 7aecd6cfba
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 1 deletions

View File

@ -5,10 +5,11 @@
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"rebaseWhen": "auto",
"prConcurrentLimit": 7,
"pinDigests": true,
"timezone":"Europe/Amsterdam",
"gitAuthor": "bot@truecharts.org",
"helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
},