mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 03:01:21 +00:00
19 lines
346 B
YAML
19 lines
346 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
commit-message:
|
|
prefix: chore
|
|
labels: [chore]
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
commit-message:
|
|
prefix: chore
|
|
labels: [chore]
|
|
versioning-strategy: increase
|