Skip to content

Commit

Permalink
ci: add mergify and fix cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Oct 30, 2023
1 parent 8802fa5 commit c8740b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-linuxbrew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Installs Linuxbrew and updates apt-get with build-essentials
runs:
using: "composite"
steps:
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Cache Linuxbrew
uses: actions/cache@v3
with:
Expand Down
15 changes: 15 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
pull_request_rules:
- name: Merge Dependabot PRs
conditions:
- author=dependabot[bot]
actions:
merge:
method: squash
- name: Update PRs to latest main
conditions:
- -conflict
- -draft
- -author=dependabot[bot]
actions:
update:

0 comments on commit c8740b0

Please sign in to comment.