Skip to content

Commit

Permalink
renovate: schedule Go module updates once a week
Browse files Browse the repository at this point in the history
Otherwise a renovate PR will get created upon every change on the main
branch for the dependencies that are not versioned.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed May 12, 2023
1 parent 8cc03ec commit 599caa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
],
matchBaseBranches: [
"main"
]
],
"schedule": [
"on friday"
],
},
{
"enabled": false,
Expand Down

0 comments on commit 599caa9

Please sign in to comment.