mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>peaceiris/renovate-config"
|
|
],
|
|
"enabledManagers": [
|
|
"github-actions",
|
|
"npm",
|
|
"nvm"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automergeStrategy": "squash"
|
|
}
|
|
]
|
|
}
|