From ca407867d5b85682e0f25fd99aca73a779a15e91 Mon Sep 17 00:00:00 2001 From: mutao Date: Tue, 26 Dec 2023 16:05:35 +0900 Subject: [PATCH] =?UTF-8?q?renovate=E3=81=A7trivy-action=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?PR=E3=82=92=E4=BD=9C=E6=88=90=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..e90b3f2 --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>globis-org/renovate-config:sre" + ], + "prConcurrentLimit": 10, + "prHourlyLimit": 0, + "enabledManagers": [ + "github-actions" + ] +}