mirror of https://github.com/sgoudham/carbon.git
try enabling dependabot for dev deps
parent
6ca05b381a
commit
884c0d367c
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue