mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 12:52:49 +03:00
37 lines
748 B
YAML
37 lines
748 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for Cargo
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
minor:
|
|
update-types:
|
|
- "minor"
|
|
patch:
|
|
update-types:
|
|
- "patch"
|
|
|
|
# Maintain dependencies for NPM
|
|
- package-ecosystem: "npm"
|
|
directory: "/website"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
minor:
|
|
update-types:
|
|
- "minor"
|
|
patch:
|
|
update-types:
|
|
- "patch"
|