Skip to content

Commit

Permalink
Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kzadorozhny authored Apr 9, 2024
1 parent 932111b commit d74c783
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@
],
"packageRules": [
{
"groupName": "go",
"groupName": "Go modules",
"groupSlug": "go-modules",
"matchDatasources": [
"go"
"go",
"gomod"
],
"matchPackagePatterns": [
"*"
]
},
{
"groupName": "bazel",
"matchDatasources": [
"groupName": "Bazel",
"groupSlug": "bazel",
"matchCategories": [
"bazel"
],
"matchDepTypes": [
"http_archive"
],
"matchPackagePatterns": [
"*"
]
Expand Down

0 comments on commit d74c783

Please sign in to comment.