Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
This is done by the automated script named upgrade-c2cciutils-to-1.7
  • Loading branch information
sbrunner committed Jan 8, 2024
1 parent f1b50fd commit 2bdf263
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 2bdf263

Please sign in to comment.