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 2, 2024
1 parent 64cecec commit 49c6e77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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-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
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 49c6e77

Please sign in to comment.