Skip to content

Commit

Permalink
bump all dependencies
Browse files Browse the repository at this point in the history
don't release new versions on *.md or *.lock changes
applied new black formatting rules
  • Loading branch information
jonapich committed Mar 21, 2024
1 parent 3039f8b commit 15d339f
Show file tree
Hide file tree
Showing 42 changed files with 828 additions and 1,322 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coveo-arnparse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-arnparse/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-arnparse/**'
- '.github/workflows/coveo-arnparse.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-example-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-example-library/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-example-library/**'
- '.github/workflows/coveo-example-library.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-functools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-functools/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-functools/**'
- '.github/workflows/coveo-functools.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-itertools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-itertools/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-itertools/**'
- '.github/workflows/coveo-itertools.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-pypi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-pypi-cli/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-pypi-cli/**'
- '.github/workflows/coveo-pypi-cli.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-ref/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-ref/**'
- '.github/workflows/coveo-ref.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-settings/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-settings/**'
- '.github/workflows/coveo-settings.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-styles/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-styles/**'
- '.github/workflows/coveo-styles.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-systools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-systools/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-systools/**'
- '.github/workflows/coveo-systools.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-testing-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-testing-extras/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-testing-extras/**'
- '.github/workflows/coveo-testing-extras.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveo-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
- main
paths:
- 'coveo-testing/**'
- '!**.lock'
- '!**.md'

pull_request:
types: [opened, synchronize, reopened]
paths:
- 'coveo-testing/**'
- '.github/workflows/coveo-testing.yml'
- '!**.md'

workflow_dispatch:
inputs:
Expand Down
Loading

0 comments on commit 15d339f

Please sign in to comment.