Skip to content

Commit

Permalink
Merge remote-tracking branch 'voxpupuli/master' into templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec committed Mar 27, 2024
2 parents d01a099 + 901b757 commit eb3435b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ updates:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
groups:
python:
update-types:
- "patch"
- "minor"
patterns:
- "*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python setup.py build sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected].12
uses: pypa/[email protected].14
with:
password: ${{ secrets.PYPI_API_TOKEN_PUPPETBOARD }}
# repository_url: https://test.pypi.org/legacy/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pytest --cov=. --cov-report=xml --strict-markers --mypy -v puppetboard test
pylint --errors-only puppetboard test
- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit eb3435b

Please sign in to comment.