Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17 #9
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: Validate renovate config | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
renovate-validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Validate renovate config | |
uses: docker://ghcr.io/renovatebot/renovate:39 | |
with: | |
entrypoint: renovate-config-validator | |
args: --strict renovate.json |