Skip to content

Commit

Permalink
chore(renovate): mkdocs関連をグループ化 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jul 7, 2024
1 parent deb1b05 commit def5f63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"timezone": "Asia/Tokyo",
"automerge": true,
"platformAutomerge": true,
"platformCommit": true
"platformCommit": true,
"packageRules": [
{
"groupName": "mkdocs",
"matchPackageNames": ["mkdocs"],
"matchPackagePatterns": ["^mkdocs-"]
}
]
}

0 comments on commit def5f63

Please sign in to comment.