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 @@