diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4de429b..db6fec2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2.1
setup: true
orbs:
- gravitee: gravitee-io/gravitee@2.1
+ gravitee: gravitee-io/gravitee@4.1.0
# our single workflow, that triggers the setup job defined above, filters on tag and branches are needed otherwise
# some workflow and job will not be triggered for tags (default CircleCI behavior)
@@ -32,4 +32,4 @@ workflows:
- /.*/
tags:
only:
- - /^[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.[0-9]+)?$/
\ No newline at end of file
+ - /^[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.[0-9]+)?$/
diff --git a/.github/renovate.json b/.github/renovate.json
index d53524c..c41f20b 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 d1c48c4..dbd4d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,13 @@
+ 6.0.3
+ 4.0.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
+ 3.0.0
1.11.0
- 2.0.0
- 3.0.1
- 1.24.1
+ 2.1.1
+ 4.0.0
+ 2.0.1
+
1.18.24
1.1.0
${project.build.directory}/schemas
- 2.6
+
+
+ 3.6.0
+ 1.1.0
+
+
graviteeio-apim/plugins/policies
- 0.19
- 2.1.0
@@ -174,7 +179,7 @@
org.codehaus.mojo
properties-maven-plugin
- 1.0.0
+ ${maven-plugin-properties.version}
initialize
@@ -192,8 +197,9 @@
+ org.apache.maven.plugins
maven-assembly-plugin
- ${maven-assembly-plugin.version}
+ ${maven-plugin-assembly.version}
false
@@ -210,22 +216,6 @@
-
- com.hubspot.maven.plugins
- prettier-maven-plugin
- ${prettier-maven-plugin.version}
-
- ${prettier-maven-plugin.prettierJavaVersion}
-
-
-
- validate
-
- check
-
-
-
-
diff --git a/src/assembly/policy-assembly.xml b/src/assembly/policy-assembly.xml
index 24372e9..32e3abb 100644
--- a/src/assembly/policy-assembly.xml
+++ b/src/assembly/policy-assembly.xml
@@ -1,12 +1,12 @@