Skip to content

Commit

Permalink
chore: update renovate.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 17, 2024
1 parent 067f9b2 commit 30a14f8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

4 changes: 1 addition & 3 deletions renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>palashmon/renovate-config"
]
"extends": ["github>palashmon/renovate-config"]
}
21 changes: 21 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Auto-approve Renovate's PRs

on: pull_request_target

permissions:
contents: write
pull-requests: write

jobs:
auto-approve-renovate-prs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: '0'
- name: Approve PR
if: github.actor == 'renovate[bot]'
run: gh pr review --approve ${{ github.event.number }}
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 30a14f8

Please sign in to comment.