From 42671371bc5bd5946b5348c59e9ee8d8a4b50e77 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:29:30 +0100 Subject: [PATCH 1/4] Add Renovate configuration file --- .github/renovate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/renovate.yaml diff --git a/.github/renovate.yaml b/.github/renovate.yaml new file mode 100644 index 0000000..f0316b4 --- /dev/null +++ b/.github/renovate.yaml @@ -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 f9afa16ff477b6cead524a678c1aaba0e9981fa6 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:31:22 +0100 Subject: [PATCH 2/4] Rename renovate.yaml to renovate.json --- .github/{renovate.yaml => renovate.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{renovate.yaml => renovate.json} (100%) diff --git a/.github/renovate.yaml b/.github/renovate.json similarity index 100% rename from .github/renovate.yaml rename to .github/renovate.json From 779343c7f8276902fb15bee97b0b37c73ada0e96 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:33:35 +0100 Subject: [PATCH 3/4] 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 f723c50d6c4b09a945af9d42312bdb076ab673fd Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 29 Jul 2026 20:35:23 +0100 Subject: [PATCH 4/4] Update README.md with new content and badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea8081..a39cd99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CCPBioSim QM/MM Workshop [![ci](https://github.com/ccpbiosim/qmmm-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/qmmm-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.qmmm-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/qmmm-workshop/pkgs/container/qmmm-workshop) +[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fassets.json&query=%24.containers.qmmm-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/qmmm-workshop/pkgs/container/qmmm-workshop) [![issues](https://img.shields.io/github/issues/ccpbiosim/qmmm-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/qmmm-workshop/issues) [![pr](https://img.shields.io/github/issues-pr/ccpbiosim/qmmm-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/qmmm-workshop/pulls)