Skip to content

Commit

Permalink
chore: configure renovate to run monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Jun 2, 2023
1 parent 88901c4 commit ba62b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"extends": [
"config:base",
"config:base"
],
"commitMessagePrefix": "deps: ",
"postUpdateOptions": [
"gomodTidy"
],
"schedule": [
"before 4am on the first Tuesday of the month"
]
}

0 comments on commit ba62b6e

Please sign in to comment.