From 3e2225e6501b5a2a65f3cc593d792d713758b8f2 Mon Sep 17 00:00:00 2001 From: Julien Giovaresco Date: Tue, 18 Jul 2023 09:57:32 +0200 Subject: [PATCH] chore(deps): update gravitee-parent BREAKING CHANGE: require Java17 --- .github/renovate.json | 37 ++++++---- pom.xml | 25 +------ src/assembly/policy-assembly.xml | 4 +- .../gravitee/policy/apikey/ApiKeyPolicy.java | 6 +- .../apikey/ApiKeyPolicyInitializer.java | 6 +- .../ApiKeyPolicyConfiguration.java | 6 +- .../policy/v3/apikey/ApiKeyPolicyV3.java | 6 +- .../apikey/ApiKeyPolicyInitializerTest.java | 6 +- .../policy/apikey/ApiKeyPolicyTest.java | 6 +- ...olicyV4EmulationEngineIntegrationTest.java | 6 +- .../apikey/ApiKeyPolicyV3IntegrationTest.java | 6 +- .../policy/v3/apikey/ApiKeyPolicyV3Test.java | 6 +- src/test/resources/apis/api-key.json | 74 +++++++++---------- 13 files changed, 92 insertions(+), 102 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d53524c3..c41f20b5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,14 +1,25 @@ { - "extends": [ - "config:base", - "schedule:earlyMondays" - ], - "prConcurrentLimit": 3, - "rebaseWhen": "conflicted", - "packageRules": [ - { - "matchDatasources": ["orb"], - "rangeStrategy": "replace" - } - ] -} \ No newline at end of file + "extends": ["config:base", ":label(dependencies)"], + "rebaseWhen": "conflicted", + "packageRules": [ + { + "matchDatasources": ["orb"], + "matchUpdateTypes": ["patch", "minor"], + "automerge": true, + "automergeType": "branch", + "semanticCommitType": "ci" + }, + { + "matchDepTypes": ["provided", "test", "build", "import", "parent"], + "matchUpdateTypes": ["patch", "minor"], + "automerge": true, + "automergeType": "branch", + "semanticCommitType": "chore" + }, + { + "matchDepTypes": ["provided", "test", "build", "import", "parent"], + "matchUpdateTypes": ["major"], + "semanticCommitType": "chore" + } + ] +} diff --git a/pom.xml b/pom.xml index 464869d4..227c10e8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ graviteeio-apim/plugins/policies @@ -186,23 +184,6 @@ - - com.hubspot.maven.plugins - prettier-maven-plugin - ${maven-plugin-prettier.version} - - ${maven-plugin-prettier.prettierjava.version} - ${skip.validation} - - - - validate - - check - - - - diff --git a/src/assembly/policy-assembly.xml b/src/assembly/policy-assembly.xml index ec6476b0..ed15807c 100644 --- a/src/assembly/policy-assembly.xml +++ b/src/assembly/policy-assembly.xml @@ -1,12 +1,12 @@