mirror of https://github.com/tauri-apps/tauri
chore(ci): adjust issue labels (#4564)
This commit is contained in:
parent
9105588373
commit
e046e04c63
|
@ -0,0 +1,103 @@
|
|||
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
|
|
@ -2,7 +2,7 @@
|
|||
"extends": ["config:base"],
|
||||
"schedule": "after 3am on Wednesday",
|
||||
"ignorePaths": [],
|
||||
"labels": ["chore"],
|
||||
"labels": ["type: chore"],
|
||||
"enabledManagers": ["cargo", "npm"],
|
||||
"cargo": {
|
||||
"enabled": true
|
||||
|
|
Loading…
Reference in New Issue