Skip to content

Commit

Permalink
ci: Group GitHub Action dependabot updates (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 2, 2024
1 parent b776279 commit adba727
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ updates:
- "edgarrmondragon"
commit-message:
prefix: "ci: "
groups:
actions:
patterns:
- "*"
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hynek/build-and-inspect-python-package@v1
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2

publish:
runs-on: ubuntu-latest
needs: build
environment: publishing
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Packages
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
rev: "v0.1.10"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down

0 comments on commit adba727

Please sign in to comment.