From dd7785ed84efb8c489305d4a9bc4da249b06051e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Apr 2021 13:10:47 +0000 Subject: [PATCH 1/5] Add renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..f45d8f11 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} From d1d156cef8c037b59077b5dbf6588ff9d78ef74f Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 27 Apr 2021 08:22:56 -0400 Subject: [PATCH 2/5] Updating package pattern for com.graphql-java --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index f45d8f11..161cbed5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,11 @@ { "extends": [ "config:base" + ], + "packageRules": [ + { + "matchPackagePatterns": ["^com.graphql-java"], + "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/" + } ] } From c4359e9d9dacd01e7f804aa24a1ed0c845cb9d27 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 29 Apr 2021 15:32:37 -0400 Subject: [PATCH 3/5] Update renovate.json Co-authored-by: Oryan <73128417+oryan-block@users.noreply.github.com> --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 161cbed5..9bf2f9ae 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "packageRules": [ { "matchPackagePatterns": ["^com.graphql-java"], + // ignore snapshot builds "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/" } ] From 12f11f2bd9c6d35425c72006b1e91154e6140a1c Mon Sep 17 00:00:00 2001 From: Oryan <73128417+oryan-block@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:40:45 -0400 Subject: [PATCH 4/5] Fix comment --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9bf2f9ae..81662e31 100644 --- a/renovate.json +++ b/renovate.json @@ -4,8 +4,8 @@ ], "packageRules": [ { + "__comment": "Ignore graphql-java snapshot builds", "matchPackagePatterns": ["^com.graphql-java"], - // ignore snapshot builds "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/" } ] From 2bbb84051a06ae2bedcdf5839d5c0e7e24de9548 Mon Sep 17 00:00:00 2001 From: Oryan <73128417+oryan-block@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:42:01 -0400 Subject: [PATCH 5/5] Remove comment --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index 81662e31..161cbed5 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,6 @@ ], "packageRules": [ { - "__comment": "Ignore graphql-java snapshot builds", "matchPackagePatterns": ["^com.graphql-java"], "allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/" }