Skip to content

Renovate

Renovate #39990

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@3633cede7d4d4598438e654eac4a695e46004420 # v46.1.7
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