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 diff --git a/README.md b/README.md index 585aade4..05949abc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!IMPORTANT] +> **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. + # 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)