Skip to content

Commit

Permalink
Migrate config renovate.json (#2058)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 28aeedf commit 392f99c
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"semanticCommits": "disabled",
"packageRules": [
{
"matchManagers": ["pip_requirements"],
"matchManagers": [
"pip_requirements"
],
"automerge": true
},
{
"matchPackagePatterns": [
"^org\\.jetbrains\\.kotlin:(?:[\\w-]+)$",
"^com\\.google\\.devtools\\.ksp:(?:[\\w-]+)$"
],
"groupName": "Kotlin and KSP"
"groupName": "Kotlin and KSP",
"matchPackageNames": [
"/^org\\.jetbrains\\.kotlin:(?:[\\w-]+)$/",
"/^com\\.google\\.devtools\\.ksp:(?:[\\w-]+)$/"
]
},
{
"matchManagers": ["pip_requirements"],
"matchPackagePrefixes": [
"mkdocs"
"matchManagers": [
"pip_requirements"
],
"groupName": "MkDocs"
"groupName": "MkDocs",
"matchPackageNames": [
"mkdocs{/,}**"
]
}
]
}

0 comments on commit 392f99c

Please sign in to comment.