mirror of
https://gh.wpcy.net/https://github.com/totake0224/LINEIntegration.git
synced 2026-07-15 19:28:39 +08:00
19 lines
342 B
Text
19 lines
342 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true,
|
|
"platformAutomerge": true,
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"docs/",
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
}
|
|
}
|