Skip to content

Commit

Permalink
try to update DEPS.bzl file (pingcap#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored and ti-chi-bot committed Apr 9, 2024
1 parent 6382999 commit 5c83fcc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
],
"bazel": {
"fileMatch": [
"(^|/)WORKSPACE(|\\.bazel)$",
"\\.bzl$"
]
}
]
},
"packageRules": [
{
"matchCategories": ["bazel", "golang"],
"groupName": "gg"
}
]
}

0 comments on commit 5c83fcc

Please sign in to comment.