Skip to content

Commit 87cbd97

Browse files
committed
Finish ncu to taze transition
1 parent 583e40a commit 87cbd97

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.ncurc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

taze.config.mts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
import { defineConfig } from 'taze'
22

33
export default defineConfig({
4-
// Exclude these packages (add as needed).
5-
exclude: [],
4+
// Exclude these packages.
5+
exclude: [
6+
'all-the-package-names',
7+
'all-the-package-names-v1.3905.0',
8+
'eslint-plugin-unicorn'
9+
],
610
// Interactive mode disabled for automation.
711
interactive: false,
8-
// Use minimal logging similar to ncu loglevel.
12+
// Use minimal logging.
913
loglevel: 'warn',
1014
// Only update packages that have been stable for 7 days.
1115
maturityPeriod: 7,
12-
// Update mode: 'latest' is similar to ncu's default behavior.
16+
// Update mode: 'latest'.
1317
mode: 'latest',
1418
// Write to package.json automatically.
1519
write: true

0 commit comments

Comments
 (0)