From 55640126db7511be7c6ebe4f5dc7e9cfa2c3a6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:29:22 +0200 Subject: [PATCH 1/3] ci: add GitHub Actions CI workflow and remove drone Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fc2910..5fa41fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,3 @@ jobs: - name: Build documentation run: npm run antora - From 39bf4fcb1f35f2cef6b46e38d9c89784c4a2b8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:38:33 +0200 Subject: [PATCH 2/3] chore: add commit-message prefix for github-actions dependabot updates Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7926bb6..2d4f998 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + commit-message: + prefix: "chore(deps):" - package-ecosystem: npm directory: "/" schedule: From 383d7593624c5f367d679d71fcaa96e85d0237aa Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Wed, 8 Apr 2026 13:50:27 +0200 Subject: [PATCH 3/3] rebase and update dependabot.yml --- .github/dependabot.yml | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d4f998..0486ede 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,21 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - commit-message: - prefix: "chore(deps):" -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "22:00" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope" + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + time: "22:00" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope"