mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
Create dependabot.yml
This commit is contained in:
34
.github/dependabot.yml
vendored
Normal file
34
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
commit-message:
|
||||||
|
prefix: "npm"
|
||||||
|
include: "scope"
|
||||||
|
groups:
|
||||||
|
dev-dependencies-patch-and-minor:
|
||||||
|
dependency-type: development
|
||||||
|
update-types:
|
||||||
|
- minor
|
||||||
|
- patch
|
||||||
|
dev-dependencies-major:
|
||||||
|
dependency-type: development
|
||||||
|
update-types:
|
||||||
|
- major
|
||||||
|
prod-dependencies-patch-and-minor:
|
||||||
|
dependency-type: production
|
||||||
|
update-types:
|
||||||
|
- minor
|
||||||
|
- patch
|
||||||
|
prod-dependencies-major:
|
||||||
|
dependency-type: production
|
||||||
|
update-types:
|
||||||
|
- major
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- fabrice404
|
||||||
|
assignees:
|
||||||
|
- fabrice404
|
||||||
Reference in New Issue
Block a user