chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.27.0 - autoclosed #1941
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Renovate | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
branches: ['main'] | |
jobs: | |
validate: | |
name: Validate renovate config | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup Node | |
uses: volta-cli/action@v4 | |
- name: Validate | |
uses: rinchsan/[email protected] | |
with: | |
pattern: .github/renovate.json |