1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/.github/dependabot.yml
RoloEdits 3bd22a70dc
chore(msrv): bump from 1.82 to 1.87 (#15196)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2026-01-29 08:35:40 -06:00

20 lines
475 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: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
rust-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"