Skip to content

Commit eff361e

Browse files
committed
chore: update LICENSE copyright to Zhan Rongrui, add renovate.json
1 parent 9e85f7d commit eff361e

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>zrr1999/renovate-config"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Keep .python-version on 3.13 until upstream supports 3.14",
9+
"matchManagers": ["pyenv"],
10+
"matchPackageNames": ["python"],
11+
"allowedVersions": "/^3\\.13(?:\\.\\d+)?$/"
12+
},
13+
{
14+
"description": "Keep setup-python on 3.13 until upstream supports 3.14",
15+
"matchManagers": ["github-actions"],
16+
"matchDepTypes": ["uses-with"],
17+
"matchPackageNames": ["python"],
18+
"allowedVersions": "/^3\\.13(?:\\.\\d+)?$/"
19+
}
20+
]
21+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 spore-lang
3+
Copyright (c) 2026 Zhan Rongrui
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)