Skip to content

Commit

Permalink
Automated dependency updates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Oct 4, 2024
1 parent 24ebd76 commit 5938fa4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: 'composer'
directory: '/'
versioning-strategy: lockfile-only
schedule:
interval: 'weekly'
groups:
dependencies:
patterns:
- '*'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
17 changes: 17 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto-merge dependency updates
on:
workflow_run:
types:
- 'completed'
workflows:
- 'Tests'
branches:
- 'dependabot/**'
permissions:
contents: write
pull-requests: write
jobs:
automerge:
uses: acquia/.github/.github/workflows/automerge.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5938fa4

Please sign in to comment.