Skip to content

Commit

Permalink
chore: update gh actions (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Jul 26, 2024
1 parent 1852e2f commit 9687648
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
interval: 'daily'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
interval: 'daily'
groups:
upload-download-artifact:
patterns:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
dependabot-auto-merge:
name: 'Dependabot auto merge'
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
github-token: ${{ secrets.READ_AND_WRITE_TOKEN }}
use-github-auto-merge: true

0 comments on commit 9687648

Please sign in to comment.