We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa19d9 commit 5d314f6Copy full SHA for 5d314f6
.github/workflows/renovate_dependency_management.yaml
@@ -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