Skip to content

Commit

Permalink
Renovate: Also check other repositories
Browse files Browse the repository at this point in the history
- openvpn3 already has a renovate config which is
  usually handled by a differente renovate instance,
  but it is still useful to get PR builds for this in
  GitHub to verify the GHA updates directly.
- openvpn doesn't have renovate, yet, so we need to do
  onboarding first. See
  https://gerrit.openvpn.net/c/openvpn/+/722

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
  • Loading branch information
flichtenheld committed Aug 12, 2024
1 parent 50c116c commit 8aea696
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:
jobs:
renovate:
if: github.repository_owner == 'OpenVPN'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -16,4 +17,10 @@ jobs:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: "[\"${{ github.repository }}\"]"
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

0 comments on commit 8aea696

Please sign in to comment.