mirror of https://github.com/sgoudham/carbon.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
394 B
YAML
14 lines
394 B
YAML
version: 2
|
|
updates:
|
|
# Configuration for npm
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'daily'
|
|
allow:
|
|
dependency-type: 'development'
|
|
# labels:
|
|
# - 'dependencies'
|
|
# ignore:
|
|
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-update
|