Skip to content

Commit

Permalink
Add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 7, 2025
1 parent 47b34ef commit 876163a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .tekton/pipeline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
name: pipeline-build
spec:

spec:
params:
- name: git-url
description: Source Repository URL
Expand Down
14 changes: 7 additions & 7 deletions .tekton/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ spec:
value: 5d

- name: tag-prefix
value: pr-{{ pull_request_number }}
value: pr-{{ pull_request_number }}-

pipelineRef:
name: pipeline-build
pipelineRef:
name: pipeline-build

workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
12 changes: 6 additions & 6 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ spec:
- name: dockerfile
value: /Containerfile

pipelineRef:
name: pipeline-build
pipelineRef:
name: pipeline-build

workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"updateNotScheduled": false,
"schedule": [
"on Tuesday after 3am and before 10am"
],
"ignorePaths": [
".pre-commit-config.yaml",
"Pipfile",
"Pipfile.lock"
]
}

0 comments on commit 876163a

Please sign in to comment.