Skip to content

Commit

Permalink
Keep dependencies up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 20, 2024
1 parent 2f9100a commit ef712cb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2

updates:
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'daily'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
groups:
artifacts:
patterns:
- 'actions/download-artifact'
- 'actions/upload-artifact'

- package-ecosystem: 'npm'
directory: '/'
open-pull-requests-limit: 10
schedule:
interval: 'daily'
groups:
effect:
patterns:
- '@effect/*'
- 'effect'

0 comments on commit ef712cb

Please sign in to comment.