Skip to content

Commit

Permalink
ci: more renovate tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Aug 17, 2024
1 parent 7a896ce commit 2f4f1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"default:pinDigestsDisabled",
],
schedule: [
"* */8 * * *", // every 8 hours (4 times a day)
"* */2 * * *", // every 2 hours
],
postUpdateOptions: ["gomodTidy", "gomodUpdateImportPaths"],
commitMessageSuffix: " in {{packageFile}}",
Expand All @@ -15,7 +15,7 @@
baseBranches: ["main"],
platformAutomerge: true,
labels: ["dependencies"],
prHourlyLimit: 10,
prHourlyLimit: 1,
osvVulnerabilityAlerts: true,
vulnerabilityAlerts: {
enabled: true,
Expand Down

0 comments on commit 2f4f1ec

Please sign in to comment.