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 Feb 12, 2025
1 parent 6b95deb commit e40d052
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
'crd2pulumi-crontabs/kubernetes-go-crontabs/**',
],
enabled: false,
},
],
},
],
schedule: [
"before 10am every weekday"
],
separateMultipleMajor: true,
separateMultipleMinor: true,
separateMajorMinor: true,
separateMinorPatch: true,
}

0 comments on commit e40d052

Please sign in to comment.