From 614ffb2708003f938e1f983061dca58b699ca338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:22:22 +0000 Subject: [PATCH 1/6] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..39a2b6e9a --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From 1d53c4bff504d114582ac95c6d9e23816b7e7877 Mon Sep 17 00:00:00 2001 From: Karl Baumhauer <48211526+karlbaumhauer@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:46:44 +0200 Subject: [PATCH 2/6] ci: update default renovate config --- renovate.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9a..bb9d292e9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,29 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] -} + ], + "packageRules": [ + { + "matchUpdateTypes": [ + "minor", + "patch", + "pin", + "digest" + ], + "autoApprove": true, + "automergeType": "pr", + "automergeStrategy": "squash", + "automerge": true + }, + { + "matchDepNames": [ + "node", + "pnpm", + "nx" + ], + "enabled": false + } + ], + "prConcurrentLimit": 10, + "commitMessageAction": "chore(deps): update dependency ${dependency} to ${currentVersion}" +} \ No newline at end of file From af84dee3b7c0439888bd9c12f4a508624ba735e0 Mon Sep 17 00:00:00 2001 From: Karl Baumhauer <48211526+karlbaumhauer@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:53:01 +0200 Subject: [PATCH 3/6] ci: fix linter issues --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index bb9d292e9..dffeba9f6 100644 --- a/renovate.json +++ b/renovate.json @@ -27,4 +27,4 @@ ], "prConcurrentLimit": 10, "commitMessageAction": "chore(deps): update dependency ${dependency} to ${currentVersion}" -} \ No newline at end of file +} From 7fc0f76a457ea2bf3d3b5acbbb4d122f8e093813 Mon Sep 17 00:00:00 2001 From: Karl Baumhauer <48211526+karlbaumhauer@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:53:58 +0200 Subject: [PATCH 4/6] ci: Update renovate config --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index dffeba9f6..3b34df540 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,5 @@ "enabled": false } ], - "prConcurrentLimit": 10, - "commitMessageAction": "chore(deps): update dependency ${dependency} to ${currentVersion}" + "prConcurrentLimit": 10 } From 006cec88d4ce8b8776a0509bd9fde79be5ab0620 Mon Sep 17 00:00:00 2001 From: Karl Baumhauer <48211526+karlbaumhauer@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:23:19 +0200 Subject: [PATCH 5/6] ci: Update renovate config --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 3b34df540..61d5485c9 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,7 @@ { "matchUpdateTypes": [ "minor", - "patch", - "pin", - "digest" + "patch" ], "autoApprove": true, "automergeType": "pr", From fca565e911fcc83839357ac2d5c956e5568d65fd Mon Sep 17 00:00:00 2001 From: Vahid Menu Nesro Date: Tue, 10 Oct 2023 16:55:18 +0200 Subject: [PATCH 6/6] fix: formatting --- renovate.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index 61d5485c9..75102362b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,25 +1,16 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], + "extends": ["config:base"], "packageRules": [ { - "matchUpdateTypes": [ - "minor", - "patch" - ], + "matchUpdateTypes": ["minor", "patch"], "autoApprove": true, "automergeType": "pr", "automergeStrategy": "squash", "automerge": true }, { - "matchDepNames": [ - "node", - "pnpm", - "nx" - ], + "matchDepNames": ["node", "pnpm", "nx"], "enabled": false } ],