From 651137fa0ab1aecd9966680e078cbe6e44550c3a Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 6 Dec 2025 12:15:13 +0100 Subject: [PATCH 1/3] Add information on monorepo move --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 585aade4..22739f9e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!IMPORTANT] +> **linkml-runtime was integrated into the linkml repository on Dec 1st, 2025** in linkml/linkml#2987 +> +> **No further PRs will be merged into this repository.** It will be archived soon. + # linkml-runtime [![Pyversions](https://img.shields.io/pypi/pyversions/linkml-runtime.svg)](https://pypi.python.org/pypi/linkml-runtime) ![](https://github.com/linkml/linkml-runtime/workflows/Build/badge.svg) From 5087c71dd8cb476d9e4ae8f436a1d69f887550f6 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 6 Dec 2025 12:18:43 +0100 Subject: [PATCH 2/3] Remove (deactivate) dependabot --- .github/dependabot.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ecd8e30d..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference - -version: 2 -updates: - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: monthly - - - package-ecosystem: "uv" - directory: "/" - schedule: - interval: "weekly" - day: "sunday" - groups: - # Individual pull requests for major/minor updates and grouped for patch updates - dependencies: - applies-to: version-updates - patterns: - - "*" - update-types: - - "patch" - open-pull-requests-limit: 10 From 95758af8a1edd7c7ee47100ba6e376084f61ebaf Mon Sep 17 00:00:00 2001 From: David Linke Date: Mon, 8 Dec 2025 17:37:54 +0100 Subject: [PATCH 3/3] Make linkML repo a hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22739f9e..05949abc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> **linkml-runtime was integrated into the linkml repository on Dec 1st, 2025** in linkml/linkml#2987 +> **linkml-runtime was integrated into the [linkml repository](https://github.com/linkml/linkml) on Dec 1st, 2025** in linkml/linkml#2987 > > **No further PRs will be merged into this repository.** It will be archived soon.