mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-02 12:29:13 -04:00
34 lines
678 B
YAML
34 lines
678 B
YAML
version: 2
|
|
updates:
|
|
# Fetch and update latest `npm` packages
|
|
- package-ecosystem: npm
|
|
directory: '/'
|
|
schedule:
|
|
interval: daily
|
|
time: '00:00'
|
|
open-pull-requests-limit: 10
|
|
reviewers:
|
|
- corentinth
|
|
assignees:
|
|
- corentinth
|
|
commit-message:
|
|
prefix: fix
|
|
prefix-development: chore
|
|
include: scope
|
|
target-branch: "dev"
|
|
|
|
# Fetch and update latest `github-actions` pkgs
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: daily
|
|
time: '00:00'
|
|
open-pull-requests-limit: 10
|
|
reviewers:
|
|
- corentinth
|
|
assignees:
|
|
- corentinth
|
|
commit-message:
|
|
prefix: fix
|
|
prefix-development: chore
|
|
include: scope
|