Skip to content

chore(deps): update helm release postgresql to v16.2.1 (#1397) #18

chore(deps): update helm release postgresql to v16.2.1 (#1397)

chore(deps): update helm release postgresql to v16.2.1 (#1397) #18

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
# This should be every hour
- cron: '0 * * * *'
push:
branches:
- main
paths-ignore:
- "README.md"
- "**/README.md"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Get token
id: app-token
uses: actions/create-github-app-token@v1
with:
private-key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: '${{ steps.app-token.outputs.token }}'
configurationFile: .github/renovate-config.json