From 4997e42207ba1bc823649979e783e0acff6dbd5d Mon Sep 17 00:00:00 2001 From: Kenneth Rosario Date: Fri, 7 Apr 2023 17:59:46 -0700 Subject: [PATCH 1/2] Create renovate.json --- .github/renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..e0f3b356 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", "group:allNonMajor", "schedule:monthly"], + "packageRules": [ + { + "description": "Create a PR whenever there is a new major version", + "matchUpdateTypes": [ + "major" + ] + } + ], + "ignorePaths": [ + "examples/**" + ] +} From 04db4091337ddc24b8f23b60c610daa51e6ac92c Mon Sep 17 00:00:00 2001 From: Kenneth Rosario Date: Fri, 7 Apr 2023 18:02:38 -0700 Subject: [PATCH 2/2] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e0f3b356..32ac90d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "group:allNonMajor", "schedule:monthly"], + "extends": ["group:allNonMajor", "schedule:monthly"], "packageRules": [ { "description": "Create a PR whenever there is a new major version",