diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..5b79c31 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>zrr1999/renovate-config" + ] +} diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 36193c9..3db2330 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,7 +26,7 @@ jobs: - uses: astral-sh/setup-uv@v7 with: version: latest - python-version: "3.13" + python-version: "3.14" - name: Configure git identity run: | @@ -34,6 +34,6 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Sync upstream releases - run: uv run --python 3.13 --script sync.py + run: uv run --python 3.14 --script sync.py env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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