2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-09 00:30:45 +01:00
tachiyomi-website/.github/renovate.json

16 lines
224 B
JSON
Raw Normal View History

{
"extends": [
"config:base"
],
2023-09-24 16:54:17 +02:00
"labels": [
"Dependencies"
],
"packageRules": [
{
"groupName": "dependencies",
2023-09-24 16:54:17 +02:00
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
],
"schedule": ["every sunday"]
}