chore: resolve 7484 renovate config typo (take 2)#7488
chore: resolve 7484 renovate config typo (take 2)#7488lee-treehouse wants to merge 3 commits intomermaid-js:developfrom
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7488 +/- ##
=======================================
Coverage 3.52% 3.52%
=======================================
Files 509 509
Lines 49790 49790
Branches 785 785
=======================================
Hits 1754 1754
Misses 48036 48036
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
📑 Summary
There is an issue to fix Renovate #7484
This is a follow up from an earlier attempt to fix, #7483
Turns out there were two typos - one regarding an instance of a manager,
github-actionvsgithub-actionsand one regarding the correct manager property -matchManagerormatchManagers.In any case, I think this fix will actually resolve the error shown in Mend
Invalid configuration option: packageRules[0].matchManagerResolves 7484
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.