Skip to content

Commit

Permalink
chore(renovate): add missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Nov 29, 2024
1 parent 5f44260 commit d33f0ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
log_level: ${{ inputs.log-level || 'debug' }}
path_filters: >-
[
'.github/workflows/renovate.yaml'
'.github/renovate.json5'
'automerge.json5?'
'default.json'
'group.json'
'internal.json5'
'maintenance.json'
'replacements.json5?'
'.github/workflows/renovate.yaml',
'.github/renovate.json5',
'automerge.json5?',
'default.json',
'group.json',
'internal.json5',
'maintenance.json',
'replacements.json5?',
'vendors.json',
]
print_config: ${{ inputs.print-config || false }}

0 comments on commit d33f0ce

Please sign in to comment.