Skip to content

Commit

Permalink
add renovate with tekton
Browse files Browse the repository at this point in the history
update create-git-tag to new repo with version
  • Loading branch information
fabian-heib committed Jan 18, 2024
1 parent 64cecec commit ffbcf83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
pipelinesascode.tekton.dev/on-target-branch: "main"
pipelinesascode.tekton.dev/task: "[git-clone,
https://raw.githubusercontent.com/stakater/tekton-catalog/main/stakater-fetch-pr-number/rendered/stakater-fetch-pr-number-0.0.32.yaml,
https://raw.githubusercontent.com/stakater/tekton-catalog/main/stakater-create-git-tag/rendered/stakater-create-git-tag-0.0.7.yaml,
https://raw.githubusercontent.com/stakater-tekton-catalog/create-git-tag/0.0.9/task/stakater-create-git-tag/stakater-create-git-tag.yaml,
https://raw.githubusercontent.com/stakater/tekton-catalog/main/stakater-create-environment/rendered/stakater-create-environment-0.0.4.yaml,
https://raw.githubusercontent.com/stakater/tekton-catalog/main/stakater-code-linting/rendered/stakater-code-linting-0.0.3.yaml,
https://raw.githubusercontent.com/stakater/tekton-catalog/main/stakater-kube-linting/rendered/stakater-kube-linting-0.0.6.yaml,
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
runAfter:
- fetch-repository
taskRef:
name: stakater-create-git-tag-0.0.7
name: stakater-create-git-tag
kind: Task
params:
- name: PR_NUMBER
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"tekton": {
"fileMatch": ["^\\.tekton\\/.*?\\.ya?ml$"]
}
}

0 comments on commit ffbcf83

Please sign in to comment.