refactor: add renovate.json

refactor: update renovate/renovate docker tag to v24.97.1

refactor: update all
This commit is contained in:
openstappsbot
2021-02-16 08:42:45 +00:00
committed by Rainer Killinger
parent 0a3a2dc2ec
commit b372e6886b
5 changed files with 550 additions and 567 deletions

View File

@@ -120,7 +120,7 @@ export async function remind(api: Api): Promise<void> {
if (mergeRequest.assignee.username === username) {
return false;
}
if (username.includes('openstapps')) {
if (username.includes('openstapps') || username.includes('kphilipp')) {
return false;
}