mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
15 lines
338 B
YAML
15 lines
338 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
target-branch: main
|
|
- package-ecosystem: cargo
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
target-branch: main
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-patch"]
|