2021-05-30 10:52:56 +02:00
|
|
|
# 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: "cargo"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2024-03-19 06:27:44 +01:00
|
|
|
groups:
|
|
|
|
tree-sitter:
|
|
|
|
patterns:
|
|
|
|
- "tree-sitter*"
|
|
|
|
rust-dependencies:
|
|
|
|
update-types:
|
|
|
|
- "minor"
|
|
|
|
- "patch"
|
2021-05-30 10:52:56 +02:00
|
|
|
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|