Skip to content

Commit

Permalink
chore: tab -> space
Browse files Browse the repository at this point in the history
  • Loading branch information
mikanIchinose committed Oct 16, 2024
1 parent e2071c3 commit 80c6e36
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": ["deps"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": ["deps"],
"rebaseWhen": "behind-base-branch",
"prConcurrentLimit": 1,
"packageRules": [
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin",
},
{
"matchPackagePatterns": [
"androidx.compose.compiler:compiler",
],
"groupName": "kotlin",
},
{
"matchPackagePatterns": [
"com.google.devtools.ksp"
],
"groupName": "kotlin",
},
{
"matchPackagePrefixes": [
"githubstarviewer"
],
"enabled": false
{
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin",
},
{
"matchPackagePatterns": [
"androidx.compose.compiler:compiler",
],
"groupName": "kotlin",
},
{
"matchPackagePatterns": [
"com.google.devtools.ksp"
],
"groupName": "kotlin",
},
{
"matchPackagePrefixes": [
"githubstarviewer"
],
"enabled": false
},
{
"matchPackagePrefixes": [
Expand Down

0 comments on commit 80c6e36

Please sign in to comment.