From 6a2ed3d7b6dbb10846c5d52c82286141387f93ce Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 28 Jun 2024 00:16:12 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} -- 2.45.2 From a10efc7a7b02699208c0c8c5e439643583e477ce Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 14 Oct 2024 20:43:10 +0000 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..be43013 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchUpdateTypes": ["major", "minor", "patch"], + "automerge": true + } + ] +} \ No newline at end of file -- 2.45.2