mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
* 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>
18 lines
679 B
YAML
18 lines
679 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- 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"
|