From 94bca00f1887964eabac913009594e31796c8f82 Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Wed, 22 Oct 2025 14:55:08 +0200 Subject: [PATCH 1/4] Add dependabot PRs Let dependabot help keeping the project dependencies up to date. Checks should be performed against the main and release-4 branch. Signed-off-by: Karsten Schnitter --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..cfff67ac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "main" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "release-4" From 3c5968b2f02eef702fe2cebfd725f48c556c0d48 Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Fri, 24 Oct 2025 18:18:14 +0200 Subject: [PATCH 2/4] Apply suggestion from @juergen-walter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jürgen Walter --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfff67ac..393e83a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: schedule: interval: "daily" target-branch: "main" + open-pull-requests-limit: 10 - package-ecosystem: "maven" directory: "/" schedule: From 8e734ba1492a159965ee3651c3087eb055ec7e3c Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Fri, 24 Oct 2025 18:18:27 +0200 Subject: [PATCH 3/4] Apply suggestion from @juergen-walter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jürgen Walter --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 393e83a5..c83cc6c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: "daily" target-branch: "main" + labels: + - "dependencies" + - "main-branch" open-pull-requests-limit: 10 - package-ecosystem: "maven" directory: "/" From d8d343790516653efa75a51a7dca3ec8c41386fe Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Fri, 24 Oct 2025 18:18:33 +0200 Subject: [PATCH 4/4] Apply suggestion from @juergen-walter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jürgen Walter --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c83cc6c8..c8523dcc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,6 @@ updates: schedule: interval: "daily" target-branch: "release-4" + labels: + - "dependencies" + - "release-4"