Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/renovate.json

13 lines
262 B
JSON
Raw Normal View History

2023-06-03 03:34:01 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
2023-07-30 10:10:22 +00:00
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": false
2023-07-30 10:10:22 +00:00
}
2023-06-03 03:34:01 +00:00
]
}