pooneyy
0c86303b03
Merge branch 'config' into localApps
2025-12-30 00:38:46 +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
85f4e093ef
Merge branch 'config' into localApps
2025-12-24 04:07:47 +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
8baff01e0b
Merge branch 'config' into localApps
2025-12-24 04:01:26 +08:00
pooneyy
5efca190d3
🔧 chore(renovate): adjusting the version control strategy for linuxserver/calibre-web
2025-12-24 03:46:46 +08:00
pooneyy
ab12b5302a
Merge branch 'config' into localApps
2025-12-24 03:19:24 +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
094923e8ad
Merge branch 'config' into localApps
2025-12-24 02:01:16 +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
64823a7785
Merge branch 'config' into localApps
2025-12-15 20:18:38 +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
b33ab049ea
Merge branch 'config' into localApps
2025-11-10 16:28:35 +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
d53fac5444
Merge branch 'config' into localApps
2025-11-07 21:32:55 +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
e3ecbb80b0
Merge branch 'config' into localApps
2025-10-31 00:34:13 +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
b61edd0290
Merge branch 'config' into localApps
2025-10-26 20:52:12 +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
c8160d5db4
Merge branch 'config' into localApps
2025-10-21 17:14:56 +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
dccb8e77ca
Merge branch 'config' into localApps
2025-10-21 15:20:33 +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
247e83fd05
Merge branch 'config' into localApps
2025-10-21 11:51:23 +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
79d6894f55
Merge branch 'config' into localApps
2025-10-08 00:35:38 +08:00
pooneyy
ab7b4c540e
🔧 chore(renovate): add tencentyun.com to disabled package sources
...
- extend disabled package sources list to include *.tencentyun.com/**
2025-10-08 00:35:17 +08:00
pooneyy
d47d234f4a
Merge branch 'config' into localApps
2025-10-07 15:41:54 +08:00
pooneyy
6987076622
🔧 chore(renovate): update github actions bot configuration
...
- update git config email and name to use official github-actions[bot] credentials
- update gitIgnoredAuthors to use official bot email address for proper commit attribution
2025-10-07 15:17:57 +08:00
pooneyy
4802fe6f1a
Merge branch 'config' into localApps
2025-10-06 16:48:43 +08:00
pooneyy
deae7397a8
✨ feat(renovate): migrate from shell script to python implementation and enhance automation
...
- replace bash script with python script for better version extraction and handling
- add major version label checking and auto-merge workflow
- implement pr author verification and automatic reviewer assignment
- enhance version extraction with multiple pattern support (dots, hyphens, mixed separators)
- add pr body columns configuration and update package rules
🔧 chore(workflows): restructure github actions workflow
- change trigger from push to pull_request events
- add python setup and dependency installation
- implement multi-stage workflow with label checking and auto-merge
- add commit author verification
- improve error handling and retry logic for pr merging
2025-10-06 16:48:14 +08:00
pooneyy
6b8c615817
Merge branch 'config' into localApps
2025-10-04 09:47:08 +08:00
pooneyy
f9af54b4a9
🔧 chore(renovate): update renovate configuration
...
- add pooneyy as required reviewer for dependency updates
- add pooneyy's noreply email to git ignored authors list
- enable automerge for dependency updates using PR method
2025-10-04 09:44:58 +08:00
pooneyy
5e229d92b7
Merge branch 'config' into localApps
2025-10-04 01:20:56 +08:00
pooneyy
f4f42afeba
🔧 chore(renovate): update renovate configuration
...
- add pooneyy as required reviewer for dependency updates
- add pooneyy's noreply email to git ignored authors list
- enable automerge for dependency updates using PR method
2025-10-04 01:20:24 +08:00
pooneyy
31f25eff64
Merge branch 'config' into localApps
2025-09-30 18:13:46 +08:00
pooneyy
edea5329d5
Update renovate.json: Add Kasm Workspaces package group to Renovate config
2025-09-30 18:13:13 +08:00
pooneyy
12d5404418
Merge branch 'config' into localApps
2025-08-30 16:36:55 +08:00
pooneyy
8e48c3c196
Update renovate.json: Add Bilibili History Fetcher group to Renovate config
2025-08-30 14:27:56 +08:00
pooneyy
b9a56fe8cc
Revert "Merge branch 'config' into localApps"
...
This reverts commit e025d97061 , reversing
changes made to 4f4d4be56b .
2025-08-30 14:13:21 +08:00
pooneyy
6631ef29ae
Update renovate.json: Set Renovate prConcurrentLimit to 0
2025-08-29 13:40:11 +08:00
pooneyy
4e704c6b95
Update renovate.json: Disable renovate for prometheus in seaweedfs compose
2025-08-24 16:08:20 +08:00
pooneyy
faced02e04
Update renovate.json: Add version rules for postgresql-postgis 16 and 17
2025-08-24 16:00:09 +08:00
pooneyy
7820de1995
Update renovate.json: Add MoviePilot package group to Renovate config
2025-08-21 21:41:36 +08:00
pooneyy
36e3499db0
Update renovate.json: Add version constraint for movie-pilot
2025-08-20 15:16:27 +08:00
pooneyy
b503f06327
Update renovate.json: Group Frp client and server in Renovate config
2025-08-20 13:47:46 +08:00
pooneyy
95cc84404d
Update renovate.json for MariaDB
...
Add Renovate rule for MariaDB 11.8 YAML files
2025-08-13 12:36:44 +08:00
pooneyy
67713f6765
Update renovate.json for Syncthing packages
...
Adds version constraints for Syncthing app YAML files.
2025-08-12 21:25:35 +08:00
pooneyy
6867f017ff
Update renovate.json for Syncthing packages
...
Adds grouping for Syncthing-related packages.
2025-08-12 21:20:29 +08:00