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 61b0bc3 commit 7342e7a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,29 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "America/Los_Angeles",
"schedule": [
"before 8am every weekday"
],
"packageRules": [
{
"groupName": "go",
"matchDatasources": [
"go"
],
"matchPackagePatterns": [
"*"
]
},
{
"groupName": "bazel",
"matchDatasources": [
"bazel"
],
"matchPackagePatterns": [
"*"
]
}
]
}

0 comments on commit 7342e7a

Please sign in to comment.