File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { defineConfig } from 'taze'
22
33export 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
You can’t perform that action at this time.
0 commit comments