Skip to content

Commit 5d314f6

Browse files
chore(ci-deps): Update files based on repository configuration (#24)
Co-authored-by: pleo-file-distributor[bot] <114988919+pleo-file-distributor[bot]@users.noreply.github.com>
1 parent 0fa19d9 commit 5d314f6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# THIS CODE WAS AUTOGENERATED. DO NOT MODIFY THIS FILE DIRECTLY
2+
# THE SOURCE CODE LIVES IN A DIFFERENT REPOSITORY:
3+
# - centralized-templates
4+
# FILE STEWARD: @pleo-io/team-devx,@pleo-bot-auto-approver
5+
6+
name: Renovate - Dependency management
7+
8+
on:
9+
workflow_dispatch:
10+
inputs:
11+
logLevel:
12+
description: "Override default log level"
13+
required: false
14+
default: "info"
15+
type: string
16+
17+
schedule:
18+
- cron: 30 7 * * 1
19+
20+
concurrency: renovate
21+
22+
jobs:
23+
call-workflow:
24+
uses: pleo-io/renovate-config/.github/workflows/[custom]_reusable_run-renovate.yaml@main
25+
with:
26+
logLevel: ${{ inputs.logLevel || 'info' }}
27+
secrets: inherit

0 commit comments

Comments
 (0)