Skip to content

Commit

Permalink
[COST-5534] Add renovate config (#443)
Browse files Browse the repository at this point in the history
* add renovate config to reduce konflux reference updates
* fix typo
  • Loading branch information
djnakabaale authored Sep 19, 2024
1 parent 511f795 commit fd88ee6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/koku-metrics-operator-bundle-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull" && target_branch == "main" &&
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(
".tekton/koku-metrics-operator-bundle-pull.yaml".pathChanged() ||
"bundle/metadata/***".pathChanged() ||
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"schedule": [
"on Tuesday after 3am and before 10am"
]
}

0 comments on commit fd88ee6

Please sign in to comment.