From 093577a7dcf555414eb77118e1aac98b79763a22 Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Sat, 16 May 2026 22:32:06 +0800 Subject: [PATCH 1/2] chore: update LICENSE copyright to Zhan Rongrui, add renovate.json --- .github/renovate.json | 21 +++++++++++++++++++++ LICENSE | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..481936e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>zrr1999/renovate-config" + ], + "packageRules": [ + { + "description": "Keep .python-version on 3.13 until upstream supports 3.14", + "matchManagers": ["pyenv"], + "matchPackageNames": ["python"], + "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" + }, + { + "description": "Keep setup-python on 3.13 until upstream supports 3.14", + "matchManagers": ["github-actions"], + "matchDepTypes": ["uses-with"], + "matchPackageNames": ["python"], + "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" + } + ] +} diff --git a/LICENSE b/LICENSE index 76bbc0f..be1b818 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 spore-lang +Copyright (c) 2026 Zhan Rongrui Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From c5a71c2a2e869e878169d9cf218882dff6bc63a2 Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Sat, 16 May 2026 22:57:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore:=20drop=20temporary=20?= =?UTF-8?q?Python=203.13=20Renovate=20pin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/renovate.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 481936e..5b79c31 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,20 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>zrr1999/renovate-config" - ], - "packageRules": [ - { - "description": "Keep .python-version on 3.13 until upstream supports 3.14", - "matchManagers": ["pyenv"], - "matchPackageNames": ["python"], - "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" - }, - { - "description": "Keep setup-python on 3.13 until upstream supports 3.14", - "matchManagers": ["github-actions"], - "matchDepTypes": ["uses-with"], - "matchPackageNames": ["python"], - "allowedVersions": "/^3\\.13(?:\\.\\d+)?$/" - } ] }