diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 54d55c2..dfbd673 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -37,4 +37,4 @@ jobs: with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}" log-level: "${{ inputs.log-level || 'debug' }}" - config-file: "renovate.json5" + config-file: renovate.json5 diff --git a/.github/workflows/reusable-renovate.yaml b/.github/workflows/reusable-renovate.yaml index 039f1bd..b7794c0 100644 --- a/.github/workflows/reusable-renovate.yaml +++ b/.github/workflows/reusable-renovate.yaml @@ -28,9 +28,7 @@ env: RENOVATE_DRY_RUN: "${{ inputs.dry-run == true }}" RENOVATE_PLATFORM: github RENOVATE_PLATFORM_COMMIT: true - RENOVATE_VERSION: 37.367.0 RENOVATE_GIT_AUTHOR: "mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>" - RENOVATE_CONFIG: "${{ inputs.config-file }}" jobs: renovate: @@ -52,5 +50,5 @@ jobs: uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8 with: token: "${{ steps.app-token.outputs.token }}" - configurationFile: "${{ env.RENOVATE_CONFIG }}" + configurationFile: "${{ inputs.config-file }}" renovate-version: "${{ env.WORKFLOW_RENOVATE_VERSION }}" diff --git a/.renovate/default.json5 b/.renovate/default.json5 new file mode 100644 index 0000000..4621c82 --- /dev/null +++ b/.renovate/default.json5 @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboardTitle": "Renovate Dashboard 🤖", + "onboarding": false, + "extends": [ + ":dependencyDashboard", + "config:best-practices", + ":disableRateLimiting", + ":semanticCommits", + "github>mirceanton/reusable-workflows//.renovate/autoMerge.json5", + "github>mirceanton/reusable-workflows//.renovate/labels.json5", + "github>mirceanton/reusable-workflows//.renovate/semanticCommits.json5" + ] +} \ No newline at end of file diff --git a/renovate.json5 b/renovate.json5 index 693c989..5889cf5 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,15 +1,5 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "dependencyDashboardTitle": "Renovate Dashboard 🤖", - "extends": [ - ":dependencyDashboard", - ":timezone(Europe/Bucharest)", - "config:best-practices", - ":disableRateLimiting", - ":semanticCommits", - "github>mirceanton/reusable-workflows//.renovate/autoMerge-actions.json5", - "github>mirceanton/reusable-workflows//.renovate/devcontainerNoDigest.json5", - "github>mirceanton/reusable-workflows//.renovate/labels.json5", - "github>mirceanton/reusable-workflows//.renovate/semanticCommits.json5" - ] + "extends": [ + "github>mirceanton/reusable-workflows//.renovate/default.json5" + ] } \ No newline at end of file