Skip to content

Commit

Permalink
Template repository changes: remal-github-actions/template-typescript (
Browse files Browse the repository at this point in the history
…#352)

Co-authored-by: remal-github-actions <77626445+remal-github-actions+sync-with-template@users.noreply.github.com>
  • Loading branch information
remal and remal-github-actions authored Oct 10, 2023
1 parent f65c92c commit e9d6791
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 1000
- package-ecosystem: "gradle"
open-pull-requests-limit: 0 # Disable Gradle updates, Renovate will do it
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeowners-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ defaults:

jobs:
codespell:
if: ${{
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
|| (github.event_name == 'push' && !startsWith(github.event.head_commit.message, '[push-back]'))
|| github.event_name != 'push'
}}
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down
2 changes: 2 additions & 0 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pull_request_rules:
- name: Auto merge approved
conditions:
- '#approved-reviews-by>=1'
- -files~=^(\.github/)?renovate\.json5?$
- -conflict
- -closed
- -merged
Expand All @@ -28,6 +29,7 @@ pull_request_rules:
- '#approved-reviews-by=0'
- author~=^(dependabot(-preview)?|renovate)\[bot\]$
- label!=sync-with-template
- -files~=^(\.github/)?renovate\.json5?$
- 'check-neutral!=renovate/stability-days'
- 'check-pending!=renovate/stability-days'
- 'check-failure!=renovate/stability-days'
Expand Down

0 comments on commit e9d6791

Please sign in to comment.