Skip to content

Commit

Permalink
Adds renovate.json to help updates process cleanly: Fixes #1757
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Jan 9, 2025
1 parent bbf343e commit 17ce7a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>pulumi/renovate-config//default.json5"
],
schedule: [
"before 10am every weekday"
],
separateMultipleMajor: true,
separateMultipleMinor: true,
separateMajorMinor: true,
separateMinorPatch: true
}

0 comments on commit 17ce7a1

Please sign in to comment.