diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ef2e5af..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -# 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: "09:00" - timezone: "UTC" - assignees: - - "jimboid" diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..f0316b4 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "timezone": "Europe/London", + "schedule": ["after 9am and before 5pm"], + "assignees": ["jimboid"], + "enabledManagers": ["github-actions"], +} diff --git a/README.md b/README.md index e58cdc8..8157e45 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CCPBioSim Protein Preparation Workshop [![ci](https://github.com/ccpbiosim/protein-preparation-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/protein-preparation-workshop/actions/workflows/build.yaml) -[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fworkshop.json&query=%24.containers.protein-preparation-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/protein-preparation-workshop/pkgs/container/protein-preparation-workshop) +[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fassets.json&query=%24.containers.protein-preparation-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/protein-preparation-workshop/pkgs/container/protein-preparation-workshop) [![issues](https://img.shields.io/github/issues/ccpbiosim/protein-preparation-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/protein-preparation-workshop/issues) [![pr](https://img.shields.io/github/issues-pr/ccpbiosim/protein-preparation-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/protein-preparation-workshop/pulls)