mirror of
https://github.com/dandavison/delta.git
synced 2024-11-27 13:55:08 +03:00
56fa5dd6d3
* Add Winget installation in the docs * Add GitHub actions to Dependabot * Add Winget Releaser workflow
16 lines
279 B
YAML
16 lines
279 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
- dependency-name: regex
|
|
versions:
|
|
- 1.4.4
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|