Skip to content

Commit

Permalink
chore: draftPR in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Dec 18, 2024
1 parent 848f84f commit 27670ab
Showing 1 changed file with 64 additions and 52 deletions.
116 changes: 64 additions & 52 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,66 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"mergeConfidence:all-badges",
"config:recommended",
":disableRateLimiting",
"helpers:pinGitHubActionDigests"
],
"dependencyDashboard":true,
"platformCommit":"disabled",
"prHourlyLimit":0,
"labels":[
"automated-dependencies"
],
"packageRules":[
{
"matchDatasources":[
"docker"
],
"matchPackageNames":[
"ghcr.io/uselagoon/**",
"uselagoon/**"
],
"groupName":"Lagoon service images"
},
{
"matchManagers":[
"github-actions"
],
"groupName":"GitHub actions monthly minor/patch",
"matchUpdateTypes":[
"minor",
"patch",
"digest"
],
"schedule":[
"on the first day of the month"
],
"automerge":true,
"automergeType":"pr"
},
{
"matchManagers":[
"github-actions"
],
"groupName":"GitHub actions major",
"matchUpdateTypes":[
"major"
],
"automerge":true,
"automergeType":"pr"
}
]
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"mergeConfidence:all-badges",
"config:recommended",
":disableRateLimiting",
"helpers:pinGitHubActionDigests"
],
"dependencyDashboard":true,
"platformCommit":"disabled",
"prHourlyLimit":0,
"labels":[
"automated-dependencies"
],
"packageRules":[
{
"matchDatasources":[
"docker"
],
"matchPackageNames":[
"ghcr.io/uselagoon/**",
"uselagoon/**"
],
"groupName":"Lagoon service images"
},
{
"matchManagers":[
"github-actions"
],
"groupName":"GitHub actions monthly minor/patch",
"matchUpdateTypes":[
"minor",
"patch",
"digest"
],
"schedule":[
"on the first day of the month"
],
"automerge":true,
"automergeType":"pr"
},
{
"matchManagers":[
"github-actions"
],
"groupName":"GitHub actions major",
"matchUpdateTypes":[
"major"
],
"automerge":true,
"automergeType":"pr"
},
{
"matchDatasources":[
"docker"
],
"draftPR":true
},
{
"matchDatasources":[
"helm"
],
"draftPR":true
}
]
}

0 comments on commit 27670ab

Please sign in to comment.