Skip to content

Commit

Permalink
Merge pull request #311 from mraniki/dev
Browse files Browse the repository at this point in the history
👷 CI Change
  • Loading branch information
mraniki committed Oct 11, 2023
2 parents 83bf4fe + 614245b commit 75144c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/.mergify.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pull_request_rules:
- name: Automatic merge on CI
conditions:
- or:
- base=main
- base=dev
- "status-success=test"
- "status-success=build"
actions:
merge:
method: merge
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
":semanticCommitTypeAll(⬆️ 🛠️)",
":disableDependencyDashboard"
],
"gitIgnoredAuthors": ["[email protected]"],
"semanticCommits": "enabled",
"labels": ["dependencies"],
"baseBranches": ["dev"],
Expand Down

0 comments on commit 75144c8

Please sign in to comment.