mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-26 17:29:19 +00:00
Move to NPM (#32)
* Update workflow Signed-off-by: Avior <github@avior.me> * Fixed parcel version Signed-off-by: Avior <github@avior.me> * Some more fixes Signed-off-by: Avior <github@avior.me> * Removed console.memory Signed-off-by: Avior <github@avior.me> * Update Signed-off-by: Avior <github@avior.me> * fuck windows Signed-off-by: Avior <github@avior.me> * bump config for better node 12 support Signed-off-by: Avior <github@avior.me>
This commit is contained in:
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -5,7 +5,13 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "nom" # See documentation for possible values
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
# Workflow files stored in the
|
||||
# default location of `.github/workflows`
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
Reference in New Issue
Block a user