From 1348f1ab72fb3d19896144fdf8864eb9f223ccb0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 15:49:40 +0200 Subject: [PATCH] Fix config and readme --- README.md | 6 +++--- renovate.json | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5300267..1d47a2e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Actions should be linked using the `uses` keyword. Read more from the Reusing wo ```yml jobs: CompressImages: - uses: ivuorinen/.github/workflows/compress-images.yml + uses: ivuorinen/.github/.github/workflows/compress-images.yml - ReuseableMatrixJobForComposerInstall: + ReusableMatrixJobForComposerInstall: strategy: matrix: target: ['8.0', '8.1'] - uses: ivuorinen/.github/workflows/composer-install.yml@main + uses: ivuorinen/.github/.github/workflows/composer-install.yml@main with: php-versions: ${{ matrix.target }} ``` diff --git a/renovate.json b/renovate.json index 6a3e763..80571e0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ivuorinen/.github:renovate-config"], - "includePaths": [ - ".", - "./**" - ] + "extends": ["github>ivuorinen/.github:renovate-config"] }