2024-03-01 14:29:01 +03:00
|
|
|
# Copyright 2019-2024 Tauri Programme within The Commons Conservancy
|
2023-02-19 16:17:49 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2022-07-04 02:50:37 +03:00
|
|
|
version: 2
|
|
|
|
updates:
|
2024-08-28 00:42:30 +03:00
|
|
|
# Crates
|
|
|
|
- package-ecosystem: 'cargo'
|
|
|
|
directory: '/crates/tauri'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
2024-08-28 00:42:30 +03:00
|
|
|
- package-ecosystem: 'cargo'
|
|
|
|
directory: '/crates/tauri-build'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-codegen'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-macros'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-runtime'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-runtime-wry'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-utils'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-cli'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-bundler'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
|
|
|
- package-ecosystem: 'cargo'
|
2024-08-28 00:42:30 +03:00
|
|
|
directory: '/crates/tauri-macos-sign'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
2024-08-28 00:42:30 +03:00
|
|
|
|
|
|
|
# NPM Packages
|
|
|
|
- package-ecosystem: 'npm'
|
|
|
|
directory: '/packages/api'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|
2024-08-28 00:42:30 +03:00
|
|
|
- package-ecosystem: 'npm'
|
|
|
|
directory: '/packages/cli'
|
2022-07-04 02:50:37 +03:00
|
|
|
schedule:
|
|
|
|
internal: 'daily'
|
|
|
|
labels:
|
|
|
|
- 'type: chore'
|
|
|
|
# disable version updates
|
|
|
|
open-pull-requests-limit: 0
|