diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index ed2f076..d592d40 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@v4 with: fetch-depth: "0" - name: install Lando @@ -57,4 +57,4 @@ jobs: # - name: Show Lando logs # continue-on-error: true # run: | - # docker-compose -p drupal9elastic logs \ No newline at end of file + # docker-compose -p drupal9elastic logs diff --git a/renovate.json b/renovate.json index 1872085..e6a8d14 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,10 @@ "drupal/core-project-message" ], "enabled": false + }, + { + "matchManagers": ["github-actions"], + "groupName": "GitHub actions" } ] }