[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global#4721
[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global#4721mustafaozhan wants to merge 1 commit into
Conversation
4a63f4d to
0730529
Compare
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (47a2cd4) 3340 1746 52.28% Head commit (320fc7d) 3340 (+0) 1746 (+0) 52.28% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#4721) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
Syncs this repo’s Renovate configuration with the shared config from Oztechan/Global, aligning dependency update behavior across repositories.
Changes:
- Removed a custom regex manager previously used to track Swift Package versions in the Xcode
.pbxproj. - Removed a Bundler-specific
postUpgradeTasksrule that updatedios/Gemfile.lockwhen Renovate upgradesbundler. - Kept/retained only the remaining
packageRulesgroups (e.g., Kotlin, Koin).
Comments suppressed due to low confidence (1)
renovate.json:27
- This sync removed the
packageRulesentry that ranbundle update --bundlerand filtered toios/Gemfile.lockwhen Renovate upgrades thebundlerpackage. Sinceios/Gemfilepinsbundlerandios/Gemfile.lockhas aBUNDLED WITHsection, dropping this post-upgrade step can leave the lockfile’s bundler version out of sync (and can cause Renovate PRs/CI to fail). If bundler upgrades are still desired, re-add an equivalentpostUpgradeTasksrule or explicitly disable bundler updates to avoid inconsistent lockfiles.
"packageRules": [
{
"groupName": "kotlin",
"matchPackageNames": [
"/^org.jetbrains.kotlin.$/"
]
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "lockFileMaintenance": { | ||
| "enabled": true, | ||
| "commitMessageAction": "[Oztechan/CCC#1457] Lock file maintenance" | ||
| }, |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4721 +/- ##
========================================
Coverage 55.29% 55.29%
========================================
Files 169 169
Lines 3033 3033
Branches 452 452
========================================
Hits 1677 1677
Misses 1331 1331
Partials 25 25 🚀 New features to boost your workflow:
|
8b67b16 to
404cc34
Compare
| ], | ||
| "datasourceTemplate": "github-tags", | ||
| "depNameTemplate": "{{owner}}/{{repo}}" | ||
| "depNameTemplate": "/" |
… with remote 'relative/renovate.json'
404cc34 to
320fc7d
Compare
|



synced local file(s) with Oztechan/Global.
Changed files
renovate.jsonwith remoterelative/renovate.jsonThis PR was created automatically by the repo-file-sync-action workflow run #25687970851