From afa4be59a370279b4c088b64b77f3e94bab2e596 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 23 Jul 2021 23:48:38 +0200 Subject: [PATCH] Add renovate.json --- renovate.json | 4 ++++ renovate.json.license | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 renovate.json create mode 100644 renovate.json.license diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d727ad3 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", ":automergeAll", ":automergeBranch", ":prHourlyLimitNone", ":prConcurrentLimitNone"] +} diff --git a/renovate.json.license b/renovate.json.license new file mode 100644 index 0000000..31803f3 --- /dev/null +++ b/renovate.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Johannes Loher + +SPDX-License-Identifier: MIT \ No newline at end of file