From 4599275e47743445368948d1183f1dc07f069f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:30:28 +0000 Subject: [PATCH 1/3] build(deps): bump quarkus.platform.version from 3.3.0 to 3.3.1 Bumps `quarkus.platform.version` from 3.3.0 to 3.3.1. Updates `io.quarkus.platform:quarkus-bom` from 3.3.0 to 3.3.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.3.0...3.3.1) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.3.0 to 3.3.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 28c2d58..4321bce 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -68,7 +68,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 3.3.0 + 3.3.1 1.5.5.Final 1.76 true From 69da4a652cb997d8167c8d9769ce29b522269bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:03:19 +0000 Subject: [PATCH 2/3] build(deps): bump io.smallrye:jandex-maven-plugin from 3.1.2 to 3.1.3 Bumps [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/smallrye/jandex/releases) - [Commits](https://github.com/smallrye/jandex/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: io.smallrye:jandex-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 4321bce..29102d8 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -78,7 +78,7 @@ 1.18.28 3.13.0 4.4 - 3.1.2 + 3.1.3 2.15.2 com.abavilla 0 From fddfe6bf5576b5fd3f0de299dbad5bed2fc380e4 Mon Sep 17 00:00:00 2001 From: Vince Jerald Villamora Date: Fri, 1 Sep 2023 22:26:28 +0800 Subject: [PATCH 3/3] fix(github-actions): update config --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f34fb8..e14759a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: - "vincejv" labels: - "dependencies" + open-pull-requests-limit: 20 - package-ecosystem: "github-actions" # Workflow files stored in the @@ -16,9 +17,10 @@ updates: directory: "/" target-branch: "development" schedule: - interval: "weekly" + interval: "daily" assignees: - "vincejv" labels: - "dependencies" - "ci-cd" + open-pull-requests-limit: 20