From 37c8762cc81490d6c293c174348d0a23013837fd Mon Sep 17 00:00:00 2001 From: waya279 Date: Sun, 25 Aug 2024 00:31:15 +0900 Subject: [PATCH 1/3] feat: add renovate.json --- .github/renovate.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..3c27c93 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,28 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", ":disableDependencyDashboard"], + "timezone": "Asia/Tokyo", + "prConcurrentLimit": 5, + "packageRules": [ + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "github actions deps" + }, + { + "matchManagers": ["dockerfile"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "docker deps" + }, + { + "matchManagers": ["npm"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "npm deps" + }, + { + "matchManagers": ["gomod"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "go deps" + } + ] + } \ No newline at end of file From 2dc32771ab07f121a326425cbf7235e80151382e Mon Sep 17 00:00:00 2001 From: waya279 Date: Thu, 29 Aug 2024 20:19:10 +0900 Subject: [PATCH 2/3] Update .github/renovate.json Co-authored-by: naruse (poko) <62323683+naruse666@users.noreply.github.com> --- .github/renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3c27c93..93c3a1e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,11 +9,6 @@ "matchUpdateTypes": ["minor", "patch"], "groupName": "github actions deps" }, - { - "matchManagers": ["dockerfile"], - "matchUpdateTypes": ["minor", "patch"], - "groupName": "docker deps" - }, { "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], From 76f4cd83d8e3fe53ec4559987262b70e1449cb67 Mon Sep 17 00:00:00 2001 From: waya279 Date: Thu, 29 Aug 2024 20:19:20 +0900 Subject: [PATCH 3/3] Update .github/renovate.json Co-authored-by: naruse (poko) <62323683+naruse666@users.noreply.github.com> --- .github/renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 93c3a1e..87bff97 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,10 +14,5 @@ "matchUpdateTypes": ["minor", "patch"], "groupName": "npm deps" }, - { - "matchManagers": ["gomod"], - "matchUpdateTypes": ["minor", "patch"], - "groupName": "go deps" - } ] } \ No newline at end of file