You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
694 B
JSON
24 lines
694 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"timezone": "Asia/Tokyo",
|
|
"schedule": ["after 1am and before 7am every monday"],
|
|
"packageRules": [
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"matchUpdateTypes": ["patch", "minor", "pin", "digest"],
|
|
"groupName": "devDependencies (non-major)",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "ESLint v9 requires flat configs, not yet supported by our plugins. See https://github.com/mrdoob/three.js/pull/28354#issuecomment-2106528332",
|
|
"matchPackageNames": ["eslint"],
|
|
"matchUpdateTypes": ["major"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|