Skip to content

Commit

Permalink
chore: add dependabot.yml (apple#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Jun 21, 2022
1 parent a338192 commit 07ac772
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
day: sunday
time: '22:42'
timezone: PST8PDT
open-pull-requests-limit: 10
16 changes: 16 additions & 0 deletions .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto-merge Dependabot PRs
on:
schedule:
- cron: '0 * * * *'
jobs:
auto_merge:
name: Auto-merge Dependabot PRs

runs-on: ubuntu-latest

steps:
- uses: akheron/dependabot-cron-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
auto-merge: 'minor'
merge-method: 'squash'

0 comments on commit 07ac772

Please sign in to comment.