Skip to content

Renovate

Renovate #20951

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/30 * * * *'
workflow_dispatch:
jobs:
renovate:
if: github.repository_owner == 'OpenVPN'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@17973eff4f1b66dc88786ea5490d902aaa274cbf # v40.2.9
with:
configurationFile: .github/renovate-config.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: >-
${{ github.repository_owner }}/openvpn-build,
${{ github.repository_owner }}/openvpn,
${{ github.repository_owner }}/openvpn3
RENOVATE_IGNORE_PRESETS: >-
local>openvpntechnologies/ops-sec-renovate,
local>openvpntechnologies/core-team-renovate