Skip to content

Commit

Permalink
chore: fix conda badge and update dependabot (#213)
Browse files Browse the repository at this point in the history
* Fix conda badges

* Remove ignore from dependabot.yml and fix python version

* Update .github/workflows/ci.yml

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
Saransh-cpp and henryiii committed Jun 28, 2022
1 parent b2c60b5 commit 7e170d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
# Official actions have moving tags like v1
# that are used, so they don't need updates here
- dependency-name: "actions/*"
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
with:
extra_args: --hook-stage manual check-manifest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ Support for this work was provided by the National Science Foundation cooperativ
[black-link]: https://github.com/psf/black
[codecov-badge]: https://codecov.io/gh/scikit-hep/vector/branch/main/graph/badge.svg?token=YBv60ueORQ
[codecov-link]: https://codecov.io/gh/scikit-hep/vector
[conda-version]: https://img.shields.io/conda/vn/conda-forge/decaylanguage.svg
[conda-link]: https://github.com/conda-forge/decaylanguage-feedstock
[conda-version]: https://img.shields.io/conda/vn/conda-forge/vector.svg
[conda-link]: https://github.com/conda-forge/vector-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]: https://github.com/scikit-hep/vector/discussions
[gitter-badge]: https://badges.gitter.im/Scikit-HEP/vector.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The API reference details the functionality of each ``class`` and ``function`` p
:target: https://pypi.org/project/vector/
.. |PyPI version| image:: https://badge.fury.io/py/vector.svg
:target: https://pypi.org/project/vector/
.. |Conda latest releasetatus| image:: https://img.shields.io/conda/vn/conda-forge/decaylanguage.svg
:target: https://github.com/conda-forge/decaylanguage-feedstock
.. |Conda latest releasetatus| image:: https://img.shields.io/conda/vn/conda-forge/vector.svg
:target: https://github.com/conda-forge/vector-feedstock
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5942083.svg
:target: https://doi.org/10.5281/zenodo.5942082
.. |Scikit-HEP| image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
Expand Down

0 comments on commit 7e170d9

Please sign in to comment.