Skip to content

Commit

Permalink
Revert renovate file back to json & consolidate kotlin group matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Apr 2, 2024
1 parent 121cafc commit f945fd0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 52 deletions.
35 changes: 35 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>bitwarden/renovate-config"
],
"enabledManagers": [
"github-actions",
"gradle"
],
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}",
"packageRules": [
{
"groupName": "gh minor",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "kotlin",
"matchPackagePatterns": [
"androidx.compose:compose-bom",
"org.jetbrains.kotlin.*",
"com.google.devtools.ksp"
],
"matchManagers": [
"gradle"
]
}
]
}
52 changes: 0 additions & 52 deletions .github/renovate.json5

This file was deleted.

0 comments on commit f945fd0

Please sign in to comment.