Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh authored Jan 6, 2025
1 parent c7937e2 commit e8ec4a0
Showing 1 changed file with 56 additions and 4 deletions.
60 changes: 56 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:all",
"schedule:monthly"
],
"prCreation": "not-pending",
"branchPrefix": "update-dependencies-",
"labels": [
"auto pr",
"dependencies update"
],
"packageRules": [
{
"description": "Update Kotlin (and related libs) monthly",
"groupName": "Kotlin",
"matchPackageNames": [
"/org.jetbrains.kotlin.*/"
]
},
{
"description": "Update Kotlin (and related libs) monthly",
"groupName": "Kotlin",
"matchPackageNames": [
"/com.google.devtools.ksp/"
]
},
{
"description": "Update Android Gradle plugin monthly",
"groupName": "Android Gradle plugin",
"matchPackageNames": [
"/com.android.tools.build:gradle/"
]
},
{
"description": "Update Android Gradle plugin monthly",
"groupName": "Android Gradle plugin",
"matchPackageNames": [
"/com.android.application/"
]
},
{
"description": "Update Android Gradle plugin monthly",
"groupName": "Android Gradle plugin",
"matchPackageNames": [
"/com.android.library/"
]
},
{
"description": "Update Gradle wrapper monthly",
"groupName": "Gradle",
"matchPackageNames": [
"gradle"
]
}
]
}

0 comments on commit e8ec4a0

Please sign in to comment.