Skip to content

Commit

Permalink
build: add dependabot configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Jan 9, 2024
1 parent 6b5bc74 commit dd9c32e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'github-actions'
reviewers:
- 'Yomguithereal'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'
reviewers:
- 'Yomguithereal'
versioning-strategy: increase

0 comments on commit dd9c32e

Please sign in to comment.