Skip to content

Commit 93d44d6

Browse files
authored
Merge pull request #99 from CCPBioSim/98-introduce-dependabot
Introduce Dependabot to auto update dependencies
2 parents bcbcac7 + 2cdb81c commit 93d44d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
# Check for updates to GitHub Actions every day
12+
interval: "daily"
13+
time: "08:00"
14+
timezone: "UTC"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[//]: # (Badges)
2-
[![ci](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/CI.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/CI.yaml)
2+
[![CodeEntropy CI](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml)
33
![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white)
44
![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white)
55
![PyPI - Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue)

0 commit comments

Comments
 (0)