Skip to content

Commit

Permalink
chore: remove out-of-date renovate config (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Jun 1, 2024
1 parent 4be7ae5 commit 7e9acc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>pulsate-dev/renovate-conf"],
"reviewers": ["team:pulsate"],
"rollback": {
"additionalReviewers": ["m1sk9", "MikuroXina", "Colk-tech"]
},
"vulnerabilityAlerts": {
"additionalReviewers": ["m1sk9", "MikuroXina", "Colk-tech"]
}
"extends": ["github>pulsate-dev/renovate-conf"]
}
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
assign:
name: Assign PR to the author
if: ${{ github.event.pull_request.user.login != 'renovate[bot]' || toJSON(github.event.pull_request.assignees) == '[]' }}
if: ${{ github.event.pull_request.user.login != 'renovate[bot]' && toJSON(github.event.pull_request.assignees) == '[]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7e9acc6

Please sign in to comment.