mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 13:13:47 -05:00
24 lines
529 B
YAML
24 lines
529 B
YAML
---
|
|
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: "ci"
|
|
prefix-development: "ci"
|
|
include: "scope"
|
|
- package-ecosystem: pip
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: "build"
|
|
prefix-development: "build"
|
|
include: "scope"
|
|
versioning-strategy: lockfile-only
|
|
allow:
|
|
- dependency-type: "all"
|