Skip to content

Commit

Permalink
Merge pull request #46 from red-hat-data-services/MohammadiIram-patch-1
Browse files Browse the repository at this point in the history
Update renovate.json for tekton and dockerfile
  • Loading branch information
dchourasia authored Nov 5, 2024
2 parents 92435bb + a43b3e1 commit f541705
Showing 1 changed file with 57 additions and 14 deletions.
71 changes: 57 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,62 @@
"automergeType": "pr",
"automerge": true,
"enabledManagers": ["dockerfile", "tekton"],
"packageRules": [
{
"matchUpdateTypes": ["*"],
"enabled": false
},
{
"matchUpdateTypes": ["digest"],
"enabled": true
},
{
"matchFileNames": ["*Dockerfile.konflux*", ".tekton/**"],
"enabled": true
}
],
"dockerfile": {
"enabled": true,
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/",
"packageRules": [
{
"matchUpdateTypes": ["*"],
"enabled": false
},
{
"matchUpdateTypes": ["digest"],
"enabled": true
},
{
"matchFileNames": ["*Dockerfile.konflux*"],
"enabled": true
}
]
},
"tekton": {
"fileMatch": [
"\\.yaml$",
"\\.yml$"
],
"includePaths": [
".tekton/**"
],
"packageRules": [
{
"matchPackagePatterns": [
"^quay.io/redhat-appstudio-tekton-catalog/",
"^quay.io/konflux-ci/tekton-catalog/"
],
"enabled": true,
"groupName": "Konflux references",
"branchPrefix": "konflux/references/",
"group": {
"branchTopic": "{{{baseBranch}}}",
"commitMessageTopic": "{{{groupName}}}"
},
"commitMessageTopic": "Konflux references",
"semanticCommits": "enabled",
"prFooter": "To execute skipped test pipelines write comment `/ok-to-test`",
"prBodyColumns": [
"Package",
"Change",
"Notes"
],
"prBodyDefinitions": {
"Notes": "{{#if (or (containsString updateType 'minor') (containsString updateType 'major'))}}:warning:[migration](https://github.com/redhat-appstudio/build-definitions/blob/main/task/{{{replace '^quay.io/(redhat-appstudio-tekton-catalog|konflux-ci/tekton-catalog)/task-' '' packageName}}}/{{{newVersion}}}/MIGRATION.md):warning:{{/if}}"
},
"prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{controls}}}{{{footer}}}",
"recreateWhen": "always",
"rebaseWhen": "behind-base-branch"
}
]
},
"prHourlyLimit": 0
}

0 comments on commit f541705

Please sign in to comment.