From bcae8bf9ad1fc9d8ca61be42c85591f2e10dd2a5 Mon Sep 17 00:00:00 2001 From: simu Date: Wed, 6 Sep 2023 09:37:39 +0000 Subject: [PATCH] Update from template Template version: main (1062a61) --- .cruft.json | 2 +- .github/workflows/test.yaml | 6 +++--- renovate.json | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index 27444d3..3e075bc 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "fc8ae18a6798d5b232442630883e5ec9b8636d09", + "commit": "1062a6134febddc4e4b5479b41afe4ab0f6face0", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0cf10e7..286722e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,13 +17,13 @@ jobs: - lint_yaml - lint_adoc steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run ${{ matrix.command }} run: make ${{ matrix.command }} editorconfig: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: snow-actions/eclint@v1.0.1 with: args: 'check' @@ -33,7 +33,7 @@ jobs: run: working-directory: ${{ env.COMPONENT_NAME }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: ${{ env.COMPONENT_NAME }} - name: Compile component diff --git a/renovate.json b/renovate.json index b6651c3..5bc635d 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,9 @@ ":gitSignOff", ":disableDependencyDashboard" ], + "ignorePaths": [ + ".github/**" + ], "labels": [ "dependency" ]