mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
This reverts commit bee06ee963.
See https://github.com/taiki-e/install-action/pull/831#issuecomment-2650284580.
20 lines
422 B
YAML
20 lines
422 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
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
|
|
commit-message:
|
|
prefix: ''
|
|
labels: []
|