Skip to content

Commit

Permalink
Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Feb 7, 2024
1 parent e6d06ef commit 469820c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:all",
":dependencyDashboard",
"schedule:weekly"
],
"baseBranches": [
"main"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPackagePrefixes": [
"androidx.compose.compiler",
"com.google.devtools.ksp",
"org.jetbrains.kotlin"
],
"groupName": "kotlin"
}
]
}

0 comments on commit 469820c

Please sign in to comment.