diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 98ad04c..5b8e577 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -59,5 +59,10 @@ matchDatasources: ['github-actions', 'pre-commit'], automerge: true, }, + /** Auto merge updates on CI files */ + { + matchPaths: ['^\\.pre-commit-config\\.yaml$', '^\\.github/.*', '^ci/.*'], + automerge: true, + }, ], } diff --git a/.github/workflows/dependency-auto-review.yaml b/.github/workflows/dependency-auto-review.yaml index f3dc716..63e75d7 100644 --- a/.github/workflows/dependency-auto-review.yaml +++ b/.github/workflows/dependency-auto-review.yaml @@ -1,4 +1,4 @@ -name: Auto reviews updates +name: Auto reviews/merge on: pull_request: @@ -8,10 +8,9 @@ on: jobs: auto-merge: - name: Auto reviews updates + name: Auto reviews/merge runs-on: ubuntu-22.04 timeout-minutes: 5 - if: github.event.pull_request.user.login == 'renovate[bot]' steps: - uses: actions/github-script@v7 @@ -23,3 +22,5 @@ jobs: pull_number: context.payload.pull_request.number, event: 'APPROVE', }) + name: Auto reviews Renovate updates + if: github.event.pull_request.user.login == 'renovate[bot]' diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0677cfc..e6bce2e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -95,7 +95,7 @@ jobs: console.log('Trigger changelog'); await github.rest.repos.createDispatchEvent({ owner: 'camptocamp', - repo: 'helm-mutualize', + repo: 'helm-custom-pod', event_type: 'changelog', }); }