mirror of
https://github.com/ast-grep/ast-grep.git
synced 2026-05-06 06:06:46 -04:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "pin", "digest"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |