1
0
Fork 0
Commit Graph

153 Commits

Author SHA1 Message Date
renovate[bot] a6546ec970
chore(deps): update renovatebot/github-action action to v44.2.3 (#3294) 2026-01-05 09:17:42 +00:00
renovate[bot] c39d594f30
chore(deps): update renovatebot/github-action action to v44.2.2 (#3189) 2025-12-29 05:15:07 +00:00
renovate[bot] cce937e1a3
chore(deps): update dependency ruby to v4 (#3148) 2025-12-26 03:10:13 +08:00
pooneyy 68e86d85e9
Merge branch 'config' into localApps 2025-12-25 19:20: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
renovate[bot] 733b78c44f
chore(deps): update renovatebot/github-action action to v44.2.1 (#3073) 2025-12-22 06:08:24 +00:00
renovate[bot] 21d7a0ef7f
chore(deps): update renovatebot/github-action action to v44.2.0 (#2999) 2025-12-17 15:56:48 +00:00
renovate[bot] 0d16b9efba
chore(deps): update dependency ruby to v3.4.8 (#2989) 2025-12-17 04:32:29 +00:00
renovate[bot] b3534bed83
chore(deps): update renovatebot/github-action action to v44.1.0 (#2940) 2025-12-13 06:08:20 +00:00
pooneyy cb3cbb1c1e
Merge branch 'config' into localApps 2025-12-06 01:39:10 +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
renovate[bot] 9c4bb412db
chore(deps): update actions/checkout action to v6.0.1 (#2753) 2025-12-02 18:51:50 +00:00
renovate[bot] fade1e0a3b
chore(deps): update renovatebot/github-action action to v44.0.5 (#2744) 2025-12-02 02:02:42 +00:00
renovate[bot] cfc53aa2db
chore(deps): update renovatebot/github-action action to v44.0.4 (#2625) 2025-11-24 21:06:56 +00:00
renovate[bot] 5e410ff1c5
chore(deps): update actions/checkout action to v6 (#2587) 2025-11-22 16:56:07 +08:00
renovate[bot] 52f0f4259a
chore(deps): update renovatebot/github-action action to v44.0.3 (#2548) 2025-11-19 13:34:32 +00:00
renovate[bot] 59c4362bfe
chore(deps): update actions/checkout action to v5.0.1 (#2531) 2025-11-18 03:36:41 +00:00
renovate[bot] 1c5d6ddb3d
chore(deps): update renovatebot/github-action action to v44 (#2521) 2025-11-17 02:21:14 +08:00
pooneyy 460707d559
Merge branch 'config' into localApps 2025-11-12 02:52:35 +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 7914cfea13
Merge branch 'config' into localApps 2025-11-11 00:44:25 +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 3904ac7673
Merge branch 'config' into localApps 2025-11-10 22:58:13 +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 d53fac5444
Merge branch 'config' into localApps 2025-11-07 21:32:55 +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
renovate[bot] b9721029d3
chore(deps): update renovatebot/github-action action to v43.0.20 (#2347) 2025-11-03 10:12:03 +00:00
renovate[bot] 395aa0d5f1
chore(deps): update renovatebot/github-action action to v43.0.19 (#2275) 2025-10-28 05:26:50 +00:00
pooneyy 909da5bbe8
Merge branch 'config' into localApps 2025-10-27 12:31:20 +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
renovate[bot] f724f5326d
chore(deps): update renovatebot/github-action action to v43.0.18 (#2159) 2025-10-20 06:17:13 +00:00
pooneyy 01b9511a1d
Merge branch 'config' into localApps 2025-10-16 03:33:51 +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
renovate[bot] 889b0f2dcd
chore(deps): update renovatebot/github-action action to v43.0.17 (#2057) 2025-10-13 04:36:34 +00:00
pooneyy 0052918da1
Merge branch 'config' into localApps 2025-10-12 12:53:51 +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 f6324724ad
Merge branch 'config' into localApps 2025-10-10 20:39:00 +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
renovate[bot] 982ab9b03c
chore(deps): update dependency ruby to v3.4.7 (#2009) 2025-10-10 07:37:14 +00:00
pooneyy d2865d9721
Merge branch 'config' into localApps 2025-10-10 15:21:02 +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 e699987213
Merge branch 'config' into localApps 2025-10-10 14:22:57 +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 92ea17656d
Merge branch 'config' into localApps 2025-10-09 13:49:47 +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 ca67691547
Merge branch 'config' into localApps 2025-10-09 03:19:11 +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
pooneyy 03707488ee
Merge branch 'config' into localApps 2025-10-08 23:16:02 +08:00
pooneyy 65a07859d6
🐛 fix(renovate): update reviewer and assignee assignment
- change from using github.actor to github.repository_owner for reviewer assignment
- change from using github.actor to github.repository_owner for assignee assignment
- ensure proper assignment of repository owner instead of workflow actor
2025-10-08 23:15:45 +08:00