From 1a6b7cdac7aaefbf086e74035eb24d16317e5ef4 Mon Sep 17 00:00:00 2001 From: lsiepel Date: Fri, 15 Aug 2025 15:17:00 +0200 Subject: [PATCH 1/3] Update dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 827b8bc00c652..af9df56c96929 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,3 +43,17 @@ updates: - dependency-name: "*graalvm*" # do not touch graalvm related stuff - dependency-name: "org.openapitools:openapi*" # updated togeter with openapi generator - dependency-name: "org.apache.openjpa:openjpa*" # should be done with openjpa upgrades" + + - package-ecosystem: "maven" + directory: "/bundles" + schedule: + interval: "weekly" + open-pull-requests-limit: 15 + labels: + - dependencies + ignore: + - dependency-name: "com.github.jaxb-xew-plugin:jaxb-xew-plugin" # updated with core + - dependency-name: "com.diffplug.spotless:spotless-maven-plugin" # updated together with SAT + - dependency-name: "*graalvm*" # do not touch graalvm related stuff + - dependency-name: "org.openapitools:openapi*" # updated togeter with openapi generator + - dependency-name: "org.apache.openjpa:openjpa*" # should be done with openjpa upgrades" From afb871f389f334381ac127e98dfe8c95a66b44df Mon Sep 17 00:00:00 2001 From: lsiepel Date: Sat, 16 Aug 2025 00:09:33 +0200 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af9df56c96929..10ac6f75439f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,7 +48,7 @@ updates: directory: "/bundles" schedule: interval: "weekly" - open-pull-requests-limit: 15 + open-pull-requests-limit: 50 labels: - dependencies ignore: From 1040713b02f8b8d973a5a750104330eaf72f519e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:12:42 +0000 Subject: [PATCH 3/3] Bump commons-io:commons-io from 2.17.0 to 2.20.0 in /bundles Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.17.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.17.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bundles/org.openhab.binding.ipp/pom.xml | 2 +- bundles/org.openhab.binding.logreader/pom.xml | 2 +- bundles/org.openhab.voice.marytts/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.ipp/pom.xml b/bundles/org.openhab.binding.ipp/pom.xml index d626560fc9937..2f9365380a1e9 100644 --- a/bundles/org.openhab.binding.ipp/pom.xml +++ b/bundles/org.openhab.binding.ipp/pom.xml @@ -45,7 +45,7 @@ commons-io commons-io - 2.17.0 + 2.20.0 compile diff --git a/bundles/org.openhab.binding.logreader/pom.xml b/bundles/org.openhab.binding.logreader/pom.xml index 01221d24dcd40..5d438bef20cc4 100644 --- a/bundles/org.openhab.binding.logreader/pom.xml +++ b/bundles/org.openhab.binding.logreader/pom.xml @@ -22,7 +22,7 @@ commons-io commons-io - 2.17.0 + 2.20.0 compile diff --git a/bundles/org.openhab.voice.marytts/pom.xml b/bundles/org.openhab.voice.marytts/pom.xml index e5db215de591b..8a8646d53b5c2 100644 --- a/bundles/org.openhab.voice.marytts/pom.xml +++ b/bundles/org.openhab.voice.marytts/pom.xml @@ -34,7 +34,7 @@ commons-io commons-io - 2.17.0 + 2.20.0 compile