mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-03-28 17:32:37 +01:00
22 lines
612 B
YAML
22 lines
612 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm' # See documentation for possible values
|
|
directory: '/' # Location of package manifests
|
|
schedule:
|
|
interval: 'weekly'
|
|
day: 'monday'
|
|
commit-message:
|
|
prefix: 'chore'
|
|
include: 'scope'
|
|
assignees:
|
|
- 'zebateira'
|
|
labels:
|
|
- 'dependencies'
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|