Skip to content

Commit

Permalink
ci(oss): add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Nov 6, 2024
1 parent b7211c7 commit de4a4ad
Showing 1 changed file with 17 additions and 0 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",
"baseBranches": [
"master"
],
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"^org.anyline:anyline.*$"
],
"enabled": false
}
]
}

0 comments on commit de4a4ad

Please sign in to comment.