This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
dry-run : " ${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
39
39
log-level : " ${{ inputs.log-level || 'debug' }}"
40
- config-file : " renovate.json5"
40
+ config-file : renovate.json5
Original file line number Diff line number Diff line change 28
28
RENOVATE_DRY_RUN : " ${{ inputs.dry-run == true }}"
29
29
RENOVATE_PLATFORM : github
30
30
RENOVATE_PLATFORM_COMMIT : true
31
- RENOVATE_VERSION : 37.367.0
32
31
RENOVATE_GIT_AUTHOR : " mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>"
33
- RENOVATE_CONFIG : " ${{ inputs.config-file }}"
34
32
35
33
jobs :
36
34
renovate :
52
50
uses : renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8
53
51
with :
54
52
token : " ${{ steps.app-token.outputs.token }}"
55
- configurationFile : " ${{ env.RENOVATE_CONFIG }}"
53
+ configurationFile : " ${{ inputs.config-file }}"
56
54
renovate-version : " ${{ env.WORKFLOW_RENOVATE_VERSION }}"
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "dependencyDashboardTitle" : "Renovate Dashboard 🤖" ,
4
+ "onboarding" : false ,
5
+ "extends" : [
6
+ ":dependencyDashboard" ,
7
+ "config:best-practices" ,
8
+ ":disableRateLimiting" ,
9
+ ":semanticCommits" ,
10
+ "github>mirceanton/reusable-workflows//.renovate/autoMerge.json5" ,
11
+ "github>mirceanton/reusable-workflows//.renovate/labels.json5" ,
12
+ "github>mirceanton/reusable-workflows//.renovate/semanticCommits.json5"
13
+ ]
14
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
- "dependencyDashboardTitle" : "Renovate Dashboard 🤖" ,
4
- "extends" : [
5
- ":dependencyDashboard" ,
6
- ":timezone(Europe/Bucharest)" ,
7
- "config:best-practices" ,
8
- ":disableRateLimiting" ,
9
- ":semanticCommits" ,
10
- "github>mirceanton/reusable-workflows//.renovate/autoMerge-actions.json5" ,
11
- "github>mirceanton/reusable-workflows//.renovate/devcontainerNoDigest.json5" ,
12
- "github>mirceanton/reusable-workflows//.renovate/labels.json5" ,
13
- "github>mirceanton/reusable-workflows//.renovate/semanticCommits.json5"
14
- ]
2
+ "extends" : [
3
+ "github>mirceanton/reusable-workflows//.renovate/default.json5"
4
+ ]
15
5
}
You can’t perform that action at this time.
0 commit comments