mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-05 01:44:34 +03:00
104 lines
2.4 KiB
YAML
104 lines
2.4 KiB
YAML
|
version: 2
|
||
|
updates:
|
||
|
# NPM packages
|
||
|
- package-ecosystem: 'npm'
|
||
|
directory: '/tooling/api'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'npm'
|
||
|
directory: '/tooling/cli/node'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
|
||
|
# Tooling
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/tooling/cli'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/tooling/bundler'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/tooling/webdriver'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
|
||
|
# Core
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-build'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-codegen'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-macros'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-runtime'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-runtime-wry'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|
||
|
- package-ecosystem: 'cargo'
|
||
|
directory: '/core/tauri-utils'
|
||
|
schedule:
|
||
|
internal: 'daily'
|
||
|
labels:
|
||
|
- 'type: chore'
|
||
|
# disable version updates
|
||
|
open-pull-requests-limit: 0
|