diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b80836c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every day + interval: "daily" + time: "08:00" + timezone: "UTC" diff --git a/README.md b/README.md index 47390ca..5588193 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [//]: # (Badges) -[![ci](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/CI.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/CI.yaml) +[![CodeEntropy CI](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml) ![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white) ![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white) ![PyPI - Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue)