Skip to content

Commit

Permalink
Update renovate configuration
Browse files Browse the repository at this point in the history
- Remove package rule for "dev.chrisbanes.compose:compose-bom"
- Disable semantic commits
  • Loading branch information
AntsyLich authored Oct 8, 2024
1 parent 8113b77 commit aa99807
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,5 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"labels": ["Dependencies"],
"packageRules": [
{
"groupName": "Compose BOM (Alpha)",
"matchPackageNames": [
"dev.chrisbanes.compose:compose-bom"
],
"ignoreUnstable": false
}
]
"semanticCommits": "disabled"
}

0 comments on commit aa99807

Please sign in to comment.