Skip to content

Commit

Permalink
dependabot [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
machsix committed May 26, 2024
1 parent d4e9a90 commit 6ed5e5b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ name: Auto Merge Dependency Updates
on:
- pull_request_target
jobs:
run:
auto-merge-dependency-updates:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
concurrency:
group: 'auto-merge-dependency-updates:${{ github.head_ref }}'
cancel-in-progress: true
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1
with:
use-auto-merge: true
allowed-actors: dependabot-preview[bot], dependabot[bot]
approve: true
package-block-list: puppeteer
merge: true
merge-method: squash
allowed-update-types: devDependencies:minor, devDependencies:patch, devDependencies:major, dependencies:minor, dependencies:patch, dependencies:major
allowed-update-types: devDependencies:minor, devDependencies:patch, dependencies:minor, dependencies:patch

0 comments on commit 6ed5e5b

Please sign in to comment.