Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/dependabot.template.yml

This file was deleted.

61 changes: 9 additions & 52 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,27 @@
# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly.
# Make changes to `.github/dependabot.template.yml` and a PR will be automatically created.
version: 2
updates:
- package-ecosystem: docker
open-pull-requests-limit: 20
directory: /
directory: "/"
schedule:
interval: weekly
day: friday
time: '04:00'
time: "04:00"
groups:
docker-dependencies:
patterns:
- '*'
- "*"

- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 20
directories:
- "/"
- "/actions/**/*"
schedule:
interval: weekly
day: friday
time: '04:00'
time: "04:00"
groups:
github-actions-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /actions/dependencies-cache
open-pull-requests-limit: 20
schedule:
interval: weekly
day: friday
time: '04:00'
groups:
github-actions-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /actions/get-package-manager
open-pull-requests-limit: 20
schedule:
interval: weekly
day: friday
time: '04:00'
groups:
github-actions-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /actions/has-installed-dependencies
open-pull-requests-limit: 20
schedule:
interval: weekly
day: friday
time: '04:00'
groups:
github-actions-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /actions/setup-node
open-pull-requests-limit: 20
schedule:
interval: weekly
day: friday
time: '04:00'
groups:
github-actions-dependencies:
patterns:
- '*'
- "*"
17 changes: 0 additions & 17 deletions .github/workflows/__generate-dependabot-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/__greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ permissions:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.3
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.3
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.14.0
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.3
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.0
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.3
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.14.0

test-action-get-package-manager:
name: Test action "get-package-manager"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.3
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.14.0
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
security-events: write
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
- uses: github/codeql-action/init@v3.25.10
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
- uses: github/codeql-action/init@v3.25.12
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/analyze@v3.25.10
- uses: github/codeql-action/analyze@v3.25.12

setup:
name: ⚙️ Setup
Expand All @@ -75,7 +75,7 @@ jobs:
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
# jscpd:ignore-start
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
if: needs.setup.outputs.build-commands

- id: oidc
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
id-token: write
steps:
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0

- if: needs.setup.outputs.build-artifact
uses: actions/download-artifact@v4
Expand Down