pooneyy
ca63d7c449
📝 docs(readme): update notice board
2026-01-11 17:32:29 +00:00
pooneyy
c1b1c39e85
📝 docs(notice-board): update notice board configuration
...
- comment out 'authentik' release
2026-01-12 01:31:59 +08:00
pooneyy
31a0a7df48
📝 docs(readme): update notice board
2026-01-04 17:04:37 +00:00
pooneyy
b93ccd3af1
📝 docs(notice-board): add authentik to release notices
...
- update notice board configuration to include authentik in the releases section
2026-01-05 01:04:08 +08:00
pooneyy
1ebeadb3d2
Revert " 🔧 chore(renovate): add byte muse package to dependency groups"
...
This reverts commit 3c2c7705b6 .
2025-12-30 00:38:16 +08:00
pooneyy
c88f79520d
🔧 chore(ci): simplify renovate workflow condition
...
- remove redundant `github.triggering_actor == 'renovate[bot]'` check
- maintain same security logic using only `github.actor == 'renovate[bot]'`
2025-12-25 19:19:16 +08:00
pooneyy
e83e074cf4
📝 docs(readme): update notice board
2025-12-23 20:17:41 +00:00
pooneyy
11e1bedc56
📝 docs(notice-board): update notice board configuration
...
- comment out the default release entry to prevent automatic posting
- prepare configuration for future release announcements
2025-12-24 04:17:16 +08:00
pooneyy
641ce88820
🔧 chore(renovate): remove version constraints for calibre-web
...
- remove deprecated `matchCurrentVersion` and `allowedVersions` constraints for linuxserver/calibre-web package
- maintain custom regex versioning scheme for the package
2025-12-24 04:07:30 +08:00
pooneyy
5efca190d3
🔧 chore(renovate): adjusting the version control strategy for linuxserver/calibre-web
2025-12-24 03:46:46 +08:00
pooneyy
102e557c32
🔧 chore(renovate): update calibre-web package rule
...
- add `ignoreUnstable` property set to `false` for linuxserver/calibre-web package rule
- add `versionCompatibility` property
2025-12-24 03:19:03 +08:00
pooneyy
11d2e106e9
🔧 chore(renovate): add version constraint for calibre-web
...
- add new package rule for linuxserver/calibre-web
- restrict updates to versions below 5 for current versions <=5
2025-12-24 02:00:42 +08:00
pooneyy
3c2c7705b6
🔧 chore(renovate): add byte muse package to dependency groups
...
- add new package group for envyafish/byte-muse** to renovate configuration
2025-12-15 20:17:34 +08:00
pooneyy
1822fe2f61
📝 docs(readme): update notice board
2025-12-15 11:38:31 +00:00
pooneyy
373442fb5f
📝 docs(notice-board): update releases section
...
- add notediscovery to the releases list
2025-12-15 19:38:01 +08:00
pooneyy
841103f3c2
🔧 chore(renovate): update version extraction regex pattern
...
- modify regex pattern in `renovate-app-version.py` to better handle version strings with zero or more separators
- change pattern from `r'(\d+(?:[\.\-]\d+)+)'` to `r'(\d+(?:[\.\-]*\d+)+)'` to allow zero or more separators between digits
2025-12-06 01:38:13 +08:00
pooneyy
43ab134684
📝 docs(readme): update notice board
2025-11-28 13:18:41 +00:00
pooneyy
6144aaf91d
📝 docs(notice-board): update notice board configuration
...
- remove trendradar from releases list
- comment out the releases section for future use
2025-11-28 21:18:10 +08:00
pooneyy
611d84baf4
📝 docs(readme): update notice board
2025-11-23 14:10:23 +00:00
pooneyy
59e5bc1f37
📝 docs(notice-board): add trendradar to releases section
...
- enable trendradar release tracking in notice board configuration
2025-11-23 22:09:48 +08:00
pooneyy
2fbcda178f
📝 docs(readme): update notice board
2025-11-16 18:25:02 +00:00
pooneyy
02629636f0
📝 docs(notice-board): comment out releases section
...
- remove bettafish from releases list
- comment out the releases section for future use
2025-11-17 02:24:29 +08:00
pooneyy
2803754956
📝 docs(readme): update notice board
2025-11-11 19:19:16 +00:00
pooneyy
8de7d9f8b9
📝 docs(notice-board): update notice board configuration
...
- comment out preview section entries
- add bettafish to releases section
2025-11-12 03:18:41 +08:00
pooneyy
f171204df5
📝 docs(readme): update notice board
2025-11-11 17:57:47 +00:00
pooneyy
e5677aa419
📝 docs(notice-board): add bettafish project to preview section
...
- add bettafish project with chinese and english descriptions
- include project icon, name, and github url
- enable previously commented preview section
2025-11-12 01:57:15 +08:00
pooneyy
473b0ef0fc
🐛 fix(ci): fix git commit command syntax
...
- add missing -m flag to git commit command for proper message formatting
2025-11-12 01:56:43 +08:00
pooneyy
84badd78c4
🐛 fix(ci): fix errors caused when enhancing multi-tag support
...
- extract first tag from comma-separated image_tag input using cut command
- introduce FIRST_TAG environment variable for consistent tag reference
- update all image operations to use FIRST_TAG instead of IMAGE_TAG
- maintain backward compatibility while enabling multi-tag support
2025-11-11 00:43:48 +08:00
pooneyy
4351ea0f12
👷 ci(docker): enhance multi-tag support in image build workflow
...
- add multi-tag setup step supporting comma-separated image tags
- automatically add latest tag unless already included
- replace hardcoded tag configuration with metadata-action output
- simplify tag management logic for improved workflow maintainability
2025-11-10 22:56:42 +08:00
pooneyy
57d7a15f66
📦 build(renovate): add PingCAP package grouping
...
- add new grouping configuration for PingCAP packages
- group all PingCAP packages under single "PingCAP" group name
2025-11-10 16:21:20 +08:00
pooneyy
1170a5d6fb
📝 docs(readme): add notice board configuration file
...
- add initial notice-board.yml file for GitHub repository announcements
- include preview and releases sections
- provide template structure for future announcements with multilingual support
2025-11-07 13:51:47 +08:00
pooneyy
a5c965b1df
✨ feat(workflows): add notice board update workflow
...
- create new GitHub Actions workflow for automated notice board updates
- trigger on pushes to config branch with specific YAML file changes
- configure SSH signing for secure commits
- fetch and execute Python script from gist to update README files
- automatically commit and push changes to documentation files
2025-11-07 13:50:00 +08:00
pooneyy
006d670026
🔧 chore(renovate): add Anheyu Blog package grouping
...
- add new package group for Anheyu Blog packages
- include anheyu/anheyu-backend and anheyu/pro packages in the group
2025-11-07 13:49:59 +08:00
pooneyy
51fb6c1e35
📝 docs(readme): add placeholder sections for notice board
...
- add "new this week" and "coming soon" placeholder sections in english readme
- add "本周上新" and "即将推出" placeholder sections in chinese readme
- use html comments to mark sections as placeholders for future content
2025-11-07 13:49:32 +08:00
pooneyy
2ba4284585
🔧 chore(gitignore): add python files in the root directory to gitignore
2025-11-06 04:43:49 +08:00
pooneyy
b0592c378e
🔧 chore(renovate): add package grouping for GitLab and TDengine
...
- add GitLab package grouping to manage GitLab-related dependencies
- add TDengine package grouping to manage TDengine database dependencies
2025-10-31 00:33:51 +08:00
pooneyy
e8a96429bd
🔧 chore(ci): improve commit handling and status reporting
...
- add quiet flag to git commit for cleaner output
- store commit SHAs in temporary file for batch processing
- implement loop to set GitHub status for each individual commit
- update success message format for better readability
- maintain existing functionality while enhancing logging and status management
2025-10-27 12:30:53 +08:00
pooneyy
ae37a53691
🔧 chore(renovate): update package rules configuration
...
- remove 'minor' and 'patch' from automatic label assignment
- maintain major updates and other types in labeling rules
2025-10-26 20:51:13 +08:00
pooneyy
6e63b96ae2
🔧 chore(renovate): update uptime-kuma version matching pattern
...
- change version matching pattern from `/^v1.*/` to `/^1.*/`
- maintain version constraint to less than major version 2
2025-10-21 17:11:10 +08:00
pooneyy
4b960eb7c9
🔧 chore(renovate): update uptime-kuma version constraint
...
- change allowedVersions from "<=2" to "<2" for louislam/uptime-kuma package
2025-10-21 15:20:11 +08:00
pooneyy
973137a2ac
🔧 chore(renovate): add uptime-kuma version constraint
...
- add version constraint for louislam/uptime-kuma package
- v1.x restrict updates to v1.x versions only, preventing upgrades to v2.x
2025-10-21 11:44:48 +08:00
pooneyy
df07e93478
🐛 fix(renovate): correct version file parameter
...
- use new_ver_dir instead of new_version for version file content
2025-10-16 03:33:07 +08:00
pooneyy
ce07004521
📝 docs(readme): update app directory reference in documentation
...
- change app directory reference from 'app/' to 'apps' in both English and Chinese README files
2025-10-14 13:51:45 +08:00
pooneyy
19f8a7f43e
🔧 chore(renovate): update version file path
...
- fix variable name from old_version to old_ver_dir in version file path construction
2025-10-12 12:52:53 +08:00
pooneyy
889b00edda
🐛 fix(renovate): remove unnecessary chmod command
...
- remove redundant chmod +x command for Python script
- Python scripts don't require execute permissions to run with python3 interpreter
2025-10-10 20:38:21 +08:00
pooneyy
6abd8b9b13
🐛 fix(renovate): handle missing version files gracefully
...
- remove exit on missing version files to prevent workflow failures
- add debug logging for app name and old version when file not found
- improve error handling for missing version files in renovate workflow
2025-10-10 15:20:33 +08:00
pooneyy
a469bf47bd
🔧 chore(renovate): improve version update workflow
...
- remove redundant directory existence check comment
- replace deprecated arithmetic expression with modern shell syntax
- add commit counter display for better progress tracking
2025-10-10 14:22:41 +08:00
pooneyy
265a899c2d
🔧 chore(workflow): enhance version update process with better error handling
...
- add commits counter to track successful commits
- implement directory existence checks before operations
- add git reset and proper file staging with git rm and git add
- check for actual file changes before committing
- improve error messages and exit conditions
- add success status reporting only when commits are pushed
2025-10-10 12:00:41 +08:00
pooneyy
218ffaa84a
🔧 chore(renovate): disable automatic reviewer assignment for major PRs
...
- comment out automatic reviewer and assignee assignment for major version updates
- maintain existing label removal functionality
2025-10-09 13:49:26 +08:00
pooneyy
69559ea186
✨ feat(renovate): add directory content verification
...
- add check_directory_contents function to print directory contents
- integrate directory content check after successful directory rename for better debugging
2025-10-09 03:18:37 +08:00