Skip to content

Commit

Permalink
fix(renovate): run config validator on release branches too
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed Nov 6, 2023
1 parent 70fc875 commit f1aa41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
- '.github/renovate.json5'
branches:
- main
- 'releases-**'
pull_request:
paths:
- '.github/renovate.json5'
workflow_dispatch:

jobs:
validate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit f1aa41e

Please sign in to comment.