Skip to content

Commit

Permalink
renovate (self): restrict renovate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Nov 26, 2024
1 parent 25a9590 commit f5c3536
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,15 @@
"(?<currentValue>[^@\\s]+)(?:@(?<currentDigest>\\S+))? # renovate-version",
]
}
]
],
"packageRules": [
{
// Renovate updates itself very frequently, sometimes even several times per day. Assume that users wanting to
// update renovate do not want to get that much spam, and restrict it to once per week.
"matchPackageNames": [
"ghcr.io/renovatebot/renovate"
],
"schedule": "* 0-8 * * 1", // Early on mondays only.
},
],
}

0 comments on commit f5c3536

Please sign in to comment.