Skip to content

Commit

Permalink
ci: update renovate config to add maintenance label and remove depend…
Browse files Browse the repository at this point in the history
…encies group
  • Loading branch information
okaryo committed Sep 20, 2024
1 parent 584c75f commit 511ca48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"labels": ["maintenance"],
"schedule": ["every weekend"],
"timezone": "Asia/Tokyo",
"automerge": false,
Expand All @@ -12,10 +13,6 @@
{
"matchDepTypes": ["devDependencies"],
"groupName": "devDependencies"
},
{
"matchDepTypes": ["dependencies"],
"groupName": "dependencies"
}
]
}

0 comments on commit 511ca48

Please sign in to comment.