mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
22 lines
560 B
YAML
22 lines
560 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo # zizmor: ignore[dependabot-cooldown] # Unless dependencies are pinned/locked, the effect is limited.
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
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: daily
|
|
cooldown:
|
|
default-days: 7
|
|
commit-message:
|
|
prefix: ''
|
|
labels: []
|