Skip to content

Commit

Permalink
✨ 优化 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Jun 19, 2024
1 parent 178d358 commit 49276c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"^com.alibaba:fastjson$",
"^net.dreamlu:mica-bom$",
"^org.springframework.boot:spring-boot-dependencies$",
"^org.springframework.boot:spring-boot-maven-plugin$"
],
"enabled": false
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 49276c8

Please sign in to comment.