From 4e462620d1573c7d3b750e096c737a0c2a4679da Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:30:23 +0100 Subject: [PATCH 1/3] Add Renovate configuration file --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/renovate.json 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"], +} From 3b21dc1516b3c785d1f60382578ecc5ea50c243f Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:33:12 +0100 Subject: [PATCH 2/3] Delete .github/dependabot.yml --- .github/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/dependabot.yml 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" From 61243cf7402c03f5ffc9f70513521f1e8dfcc0f9 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:35:36 +0100 Subject: [PATCH 3/3] Update badge link for latest version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)