Skip to content

Commit

Permalink
Merge pull request #37 from crossplane-contrib/feature/bump-tf-provider
Browse files Browse the repository at this point in the history
feat(bump): tf provider and crossplane deps update
  • Loading branch information
haarchri authored Mar 15, 2024
2 parents cdb50a0 + 1f2809a commit 7191005
Show file tree
Hide file tree
Showing 244 changed files with 11,121 additions and 7,951 deletions.
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/new_resource_request.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":semanticCommits"
],
"rebaseWhen": "conflicted",
"prConcurrentLimit": 5,
"baseBranches": ["main"],
"labels": ["automated"],
// only possible in self-hosted renovate instances
// "postUpgradeTasks": {
// "commands": ["make submodules", "make generate"],
// "fileFilters": ["Makefile"],
// "executionMode": "update"
// },
"customManagers": [
{
"customType": "regex",
"description": "Bump pagerduty terraform provider version in the Makefile",
"fileMatch": ["^Makefile$"],
"matchStrings": [
"export TERRAFORM_PROVIDER_VERSION \\?= (?<currentValue>.*?)\\n",
"export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX \\?= https://github.com/PagerDuty/terraform-provider-pagerduty/releases/download/v(?<currentValue>.*?)\\n"
],
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v?(?<version>.*)$",
"depNameTemplate": "PagerDuty/terraform-provider-pagerduty",
},
{
"customType": "regex",
"description": "Bump up version in the Makefile",
"fileMatch": ["^Makefile$"],
"matchStrings": [
"UP_VERSION = (?<currentValue>.*?)\\n"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "upbound/up",
}, {
"customType": "regex",
"description": "Bump uptest version in the Makefile",
"fileMatch": ["^Makefile$"],
"matchStrings": [
"UPTEST_VERSION = (?<currentValue>.*?)\\n"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "upbound/uptest",
}
]
}
38 changes: 0 additions & 38 deletions .github/stale.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
if: github.event.pull_request.merged
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0

- name: Open Backport PR
uses: zeebe-io/backport-action@v0.0.8
uses: zeebe-io/backport-action@e8161d6a0dbfa2651b7daa76cbb75bc7c925bbf3 # v2.4.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}
version: v0.0.8
version: v0.0.8
Loading

0 comments on commit 7191005

Please sign in to comment.