chore: merge pull request #31 from sourcygen/feature/dependabot
This commit is contained in:
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
# Check for npm updates on Sundays
|
||||
day: 'sunday'
|
||||
# Raise pull requests for version updates
|
||||
# to pip against the `develop` branch
|
||||
target-branch: 'develop'
|
||||
# Labels on pull requests for security and version updates
|
||||
labels:
|
||||
- 'npm dependencies'
|
||||
Reference in New Issue
Block a user