Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit c82f095

Browse files
fix: renovate
1 parent fcd5a92 commit c82f095

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
3939
log-level: "${{ inputs.log-level || 'debug' }}"
40-
config-file: "renovate.json5"
40+
config-file: renovate.json5

.github/workflows/reusable-renovate.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ env:
2828
RENOVATE_DRY_RUN: "${{ inputs.dry-run == true }}"
2929
RENOVATE_PLATFORM: github
3030
RENOVATE_PLATFORM_COMMIT: true
31-
RENOVATE_VERSION: 37.367.0
3231
RENOVATE_GIT_AUTHOR: "mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>"
33-
RENOVATE_CONFIG: "${{ inputs.config-file }}"
3432

3533
jobs:
3634
renovate:
@@ -52,5 +50,5 @@ jobs:
5250
uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8
5351
with:
5452
token: "${{ steps.app-token.outputs.token }}"
55-
configurationFile: "${{ env.RENOVATE_CONFIG }}"
53+
configurationFile: "${{ inputs.config-file }}"
5654
renovate-version: "${{ env.WORKFLOW_RENOVATE_VERSION }}"

.renovate/default.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

renovate.json5

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
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+
]
155
}

0 commit comments

Comments
 (0)