Skip to content

Commit

Permalink
chore: setup dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrob committed Oct 13, 2024
1 parent 10c97be commit 31d1377
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'npm dependencies'
- 'dependabot'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'github-actions'
- 'dependabot'

- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'docker'
- 'dependabot'

0 comments on commit 31d1377

Please sign in to comment.