diff --git a/.github/renovate.json b/.github/renovate.json index 9c8f9e3cc..dadfa8e22 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "customManagers": [ + "regexManagers": [ { "datasourceTemplate": "github-releases", "depNameTemplate": "hashicorp/terraform", - "extractVersionTemplate": "v(?.*)", "fileMatch": "^\\.github/workflows/.*\\.yaml", "matchStrings": ["terraform_version: (?.*)"] } diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index fc3f33c9f..1b3ae28da 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,18 +26,15 @@ jobs: # - name: Permissions Monitor # uses: GitHubSecurityLab/actions-permissions/monitor@v1 - - name: Checkout - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.2 - - name: Generate Token - id: generate_token + - id: generate_token uses: tibdex/github-app-token@v2 with: private_key: ${{ secrets.PRIVATE_KEY }} app_id: ${{ secrets.APP_ID }} - - name: Self-hosted Renovate - uses: renovatebot/github-action@v35.2.0 + - uses: renovatebot/github-action@v35.2.0 env: LOG_LEVEL: ${{ inputs.logLevel || 'INFO' }} with: