Skip to content

update-versions-with-renovate #37

update-versions-with-renovate

update-versions-with-renovate #37

name: update-versions-with-renovate
on:
push:
branches: [main, master]
schedule:
# https://crontab.guru/
# once a day
- cron: '0 0 * * *'
jobs:
update-versions-with-renovate:
runs-on: ubuntu-latest
if: github.repository == 'kubernetes-sigs/external-dns'
steps:
- name: checkout
uses: actions/[email protected]
# https://github.com/renovatebot/github-action
- name: self-hosted renovate
uses: renovatebot/[email protected]
with:
# https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: .github/renovate-config.js
env:
LOG_LEVEL: info