Files
install-action/.github/dependabot.yml
Taiki Endo 24db57b414 ci,tools: Update config and script
miri and msrv have been merged to rust-test reusable workflow.
2026-05-25 02:54:55 +09:00

24 lines
569 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
cooldown:
default-days: 14 # Note: Unless dependencies are pinned/locked, the effect is limited.
commit-message:
prefix: ''
ignore:
# https://github.com/taiki-e/install-action/pull/831#issuecomment-2650284580
- dependency-name: ureq
labels: []
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
cooldown:
default-days: 14
commit-message:
prefix: ''
labels: []