Skip to content

Commit

Permalink
Merge pull request #33 from FrankYang0529/HARV-5683
Browse files Browse the repository at this point in the history
feat: add renovate.json & mergify.yml
  • Loading branch information
bk201 authored Dec 12, 2024
2 parents 97f8ee6 + 651d971 commit f411aa1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/mregify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pull_request_rules:
- name: Automatically merge Renovate PRs
conditions:
- check-success="build-pr / dapper-build"
- author = renovate[bot]
actions:
merge:
method: rebase

- name: Automatically approve Renovate PRs
conditions:
- check-success="build-pr / dapper-build"
- author = renovate[bot]
actions:
review:
type: APPROVE

- name: Ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"github>harvester/renovate:renovate-default"
]
}

0 comments on commit f411aa1

Please sign in to comment.