diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..58b5d49 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,43 @@ +# ******************************************************************************* +# 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: bazel + directory: / + schedule: + interval: daily + commit-message: + prefix: chore + include: scope + groups: + bazel: + patterns: + - "*" + update-types: + - "minor" + - "patch" 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