Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-minor-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed Sep 24, 2024
2 parents e800613 + ea0f8b6 commit f9e844c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatically merge PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success=build
- "#approved-reviews-by>=2"
- approved-reviews-by=@longhorn/maintainer
actions:
Expand All @@ -10,15 +10,15 @@ pull_request_rules:

- name: Automatically merge Renovate PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success=build
- author = renovate[bot]
actions:
merge:
method: rebase

- name: Automatically approve Renovate PRs
conditions:
- check-success=continuous-integration/drone/pr
- check-success=build
- author = renovate[bot]
actions:
review:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
build:
name: Build images
name: build
runs-on: ubuntu-latest
container:
image: rancher/dapper:v0.6.0
Expand Down

0 comments on commit f9e844c

Please sign in to comment.