Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
ci: add renovate and update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 3, 2023
1 parent 955a1f4 commit 4d01fef
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup-project@1.11.1
- uses: taiga-family/ci/actions/setup/project@1.20.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
'renovate/'))
steps:
- uses: actions/checkout@v3
- uses: taiga-family/ci/actions/two-approve@1.11.1
- uses: taiga-family/ci/actions/auto/approve/double@1.20.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/variables@1.11.1
- uses: taiga-family/ci/actions/setup/variables@1.20.0

- name: Auto assign
if: env.IS_OWNER_MODE == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/cleanup-cache@1.11.1
- uses: taiga-family/ci/actions/auto/cleanup-cache@1.20.0
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/cleanup-cache@1.11.1
- uses: taiga-family/ci/actions/auto/cleanup-cache@1.20.0
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- uses: taiga-family/ci/actions/security/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/variables@1.11.1
- uses: taiga-family/ci/actions/label-when-approved@1.11.1
- uses: taiga-family/ci/actions/setup/variables@1.20.0
- uses: taiga-family/ci/actions/auto/label-when-approved@1.20.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/auto-[email protected]
- uses: taiga-family/ci/actions/auto/[email protected]
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"]
}

0 comments on commit 4d01fef

Please sign in to comment.