Skip to content

Commit 7e170d9

Browse files
chore: fix conda badge and update dependabot (#213)
* Fix conda badges * Remove ignore from dependabot.yml and fix python version * Update .github/workflows/ci.yml Co-authored-by: Henry Schreiner <[email protected]> Co-authored-by: Henry Schreiner <[email protected]>
1 parent b2c60b5 commit 7e170d9

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
ignore:
9-
# Official actions have moving tags like v1
10-
# that are used, so they don't need updates here
11-
- dependency-name: "actions/*"

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-python@v2
24+
with:
25+
python-version: 3.x
2426
- uses: pre-commit/[email protected]
2527
with:
2628
extra_args: --hook-stage manual check-manifest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ Support for this work was provided by the National Science Foundation cooperativ
623623
[black-link]: https://github.com/psf/black
624624
[codecov-badge]: https://codecov.io/gh/scikit-hep/vector/branch/main/graph/badge.svg?token=YBv60ueORQ
625625
[codecov-link]: https://codecov.io/gh/scikit-hep/vector
626-
[conda-version]: https://img.shields.io/conda/vn/conda-forge/decaylanguage.svg
627-
[conda-link]: https://github.com/conda-forge/decaylanguage-feedstock
626+
[conda-version]: https://img.shields.io/conda/vn/conda-forge/vector.svg
627+
[conda-link]: https://github.com/conda-forge/vector-feedstock
628628
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
629629
[github-discussions-link]: https://github.com/scikit-hep/vector/discussions
630630
[gitter-badge]: https://badges.gitter.im/Scikit-HEP/vector.svg

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ The API reference details the functionality of each ``class`` and ``function`` p
110110
:target: https://pypi.org/project/vector/
111111
.. |PyPI version| image:: https://badge.fury.io/py/vector.svg
112112
:target: https://pypi.org/project/vector/
113-
.. |Conda latest releasetatus| image:: https://img.shields.io/conda/vn/conda-forge/decaylanguage.svg
114-
:target: https://github.com/conda-forge/decaylanguage-feedstock
113+
.. |Conda latest releasetatus| image:: https://img.shields.io/conda/vn/conda-forge/vector.svg
114+
:target: https://github.com/conda-forge/vector-feedstock
115115
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5942083.svg
116116
:target: https://doi.org/10.5281/zenodo.5942082
117117
.. |Scikit-HEP| image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg

0 commit comments

Comments
 (0)