diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..40c33dc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9056a1f..aaa741b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -54,5 +54,3 @@ jobs: - name: Publish package distributions uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ diff --git a/README.md b/README.md index e0e2ba4..95e3adf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Recreate white noise stimuli with Python +# RecreateWhiteNoiseStimuliWithPython [![Build status](https://github.com/gollischlab/RecreateWhiteNoiseStimuliWithPython/actions/workflows/pypi.yml/badge.svg)](https://github.com/gollischlab/RecreateWhiteNoiseStimuliWithPython/deployments/PyPI) [![PyPI version](https://img.shields.io/pypi/v/retinawhitenoise.svg)](https://pypi.python.org/pypi/retinawhitenoise)