1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-05 18:58:52 +03:00
wezterm/.github/dependabot.yml
Wez Furlong fed0e3926e
dependabot: turn off cargo updates
They're never as good as running cargo update
2024-09-14 10:40:32 -07:00

10 lines
287 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: "github-actions"
directory: "/"
schedule:
interval: "monthly"