ci: add dependabot config

This commit is contained in:
Nicolas Meienberger 2024-03-04 08:15:15 +01:00
parent cc21497b68
commit 89e09f9da9
2 changed files with 16 additions and 1 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
schedule:
interval: "daily"
open-pull-requests-limit: 10
rebase-strategy: "auto"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "auto"

View File

@ -5,7 +5,7 @@
"main": "",
"scripts": {
"commit": "git-cz",
"lint": "eslint . --ext .json",
"lint": "eslint ./apps --ext .json",
"test": "jest",
"prepare": "husky install"
},