Skip to content

Commit

Permalink
Merge pull request #165 from camptocamp/c2cciutils-upgrade
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Jan 8, 2024
2 parents f1b50fd + 2bdf263 commit 3801fb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
}
7 changes: 4 additions & 3 deletions .github/workflows/dependency-auto-review.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto reviews updates
name: Auto reviews/merge

on:
pull_request:
Expand All @@ -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
Expand All @@ -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]'
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
}

0 comments on commit 3801fb2

Please sign in to comment.