chore: Configure Renovate #7

Closed
feibisi wants to merge 4 commits from renovate/configure into main
2 changed files with 20 additions and 0 deletions

11
blueprint.json Normal file
View file

@ -0,0 +1,11 @@
{
"id": "wpslug",
"name": "文派素格",
"tag": "SEO",
"tagClass": "",
"icon": "link",
"desc": "更友好美观的文章、页面、媒体别名,支持拼音和翻译等自动生成,告别中文乱码 URL。",
"landingPage": "/wp-admin/options-general.php?page=wpslug",
"pluginPath": "wpslug/wpslug.php",
"blogname": "文派素格体验站"
}

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":automergeMinor",
"schedule:weekly"
]
}