Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: forus-labs/forui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6573bbaa9c5888f713db5897e76a29331fb0e5a9
Choose a base ref
..
head repository: forus-labs/forui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f0018c258639d80a950966ac6636c92b658170e
Choose a head ref
Showing with 13 additions and 0 deletions.
  1. +13 −0 .github/renovate.json
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,19 @@
"automerge": true
},

{
"groupName": "Docs - Major Revisions",
"matchPaths": ["docs/**"],
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"groupName": "Docs - Minor Revisions",
"matchPaths": ["docs/**"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},

{
"groupName": "Forui - Major Revisions",
"matchPaths": ["forui/**"],