From 8419f32ad40a61d92f69434e50c951b2a9b055e1 Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Mon, 17 Aug 2026 10:49:21 +0200 Subject: [PATCH 1/3] fix: Bump cicd-workflows to v0.0.3 The dev branch has been deleted and thus the workflows are defunct at the moment. This makes them work again. --- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 9d0c774..b33265b 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -26,7 +26,7 @@ concurrency: jobs: docs-deploy: if: github.event.workflow_run.conclusion == 'success' - uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@dev + uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@8d80e8df150cae21d53cbc8031d0f970648f7a67 # v0.0.3 permissions: pages: write id-token: write diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d5404b6..e2e2aa9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,4 +32,4 @@ permissions: jobs: docs-build: name: Build documentation - uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@dev + uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@8d80e8df150cae21d53cbc8031d0f970648f7a67 # v0.0.3 From 0a1793e43cfcbb86cead26df4b80b4d397e2be49 Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Mon, 17 Aug 2026 10:50:18 +0200 Subject: [PATCH 2/3] ci: Add dependabot This notifies us about updates automatically. --- .github/dependabot.yml | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..45ebe38 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,57 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + commit-message: + prefix: chore + include: scope + groups: + github-actions: + patterns: + - "*" + # update-types: not used by intention + # When using a non-release version of cicd-workflows a lot of PRs will be created by dependabot otherwise + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + commit-message: + prefix: chore + include: scope + groups: + pip: + patterns: + - "*" + update-types: + - "minor" + - "patch" + + - package-ecosystem: bazel + directory: / + schedule: + interval: daily + commit-message: + prefix: chore + include: scope + groups: + bazel: + patterns: + - "*" + update-types: + - "minor" + - "patch" From d6030bb9e346078dc410383b3189a36706429774 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Mon, 17 Aug 2026 12:02:15 +0200 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alexander Lanin --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45ebe38..58b5d49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,20 +26,6 @@ updates: # update-types: not used by intention # When using a non-release version of cicd-workflows a lot of PRs will be created by dependabot otherwise - - package-ecosystem: pip - directory: / - schedule: - interval: daily - commit-message: - prefix: chore - include: scope - groups: - pip: - patterns: - - "*" - update-types: - - "minor" - - "patch" - package-ecosystem: bazel directory: /