Skip to content

Renovate

Renovate #37227

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/30 * * * *'
workflow_dispatch:
jobs:
renovate:
if: github.repository_owner == 'OpenVPN'
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5
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,
${{ github.repository_owner }}/openvpn-gui
RENOVATE_IGNORE_PRESETS: >-
local>openvpntechnologies/ops-sec-renovate,
local>openvpntechnologies/ops-saas-renovate,
local>openvpntechnologies/ops-iaas-renovate,
local>openvpntechnologies/core-team-renovate