ci(deps): enable Dependabot

This commit is contained in:
Joakim Carlstein 2023-11-10 11:24:16 +01:00
parent 9880778650
commit 3ca87093e0
2 changed files with 12 additions and 4 deletions

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# See the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
versioning-strategy: increase
commit-message:
prefix: 'chore(deps)'

View file

@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
}