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 11, 2025
1 parent b88c014 commit 15e0a63
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>pulumi/renovate-config//default.json5"],
ignorePaths: [
"crd2pulumi-crontabs/kubernetes-go-crontabs/**"
],
packageRules: [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>pulumi/renovate-config//default.json5"],
ignorePaths: [
"crd2pulumi-crontabs/kubernetes-go-crontabs/**"
],
packageRules: [
{
"matchPaths": ["crd2pulumi-crontabs/kubernetes-go-crontabs/**"],
"enabled": false
"matchPaths": [
"crd2pulumi-crontabs/kubernetes-go-crontabs/**"
],
"enabled": false
}
]
],
schedule: [
"before 10am every weekday"
],
separateMultipleMajor: true,
separateMultipleMinor: true,
separateMajorMinor: true,
separateMinorPatch: true,
}

0 comments on commit 15e0a63

Please sign in to comment.