renovate[bot] 9080782329 feat(github-action): update actions/stale (v9.0.0 → v9.1.0) (#20)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 10:00:48 +02:00
2024-08-21 11:04:21 +03:00

.github

My Shared GitHub Actions & Configurations.

Actions

Actions should be linked using the uses keyword. Read more from the Reusing workflows article Calling a reusable workflow and jobs.<job_id>.steps[*].uses configuration documentation.

jobs:
  CompressImages:
    uses: ivuorinen/.github/workflows/compress-images.yml

  ReusableMatrixJobForComposerInstall:
    strategy:
      matrix:
        target: ["8.0", "8.1", "8.2", "8.3"]
    uses: ivuorinen/.github/workflows/composer-install.yml@main
    with:
      php-versions: ${{ matrix.target }}

Misc configurations

Renovate config

Go through the onboarding process and save the following snippet as .github/renovate.json.

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>ivuorinen/renovate-config"]
}
Description
No description provided
Readme MIT 228 KiB