Skip to content

Commit

Permalink
Exclude spotless updates on renovate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 17, 2023
1 parent d617f5d commit 2d7f824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fresco = "3.1.2"
coil = "2.4.0"
palette = "1.0.0"
hilt = "2.48.1"
spotless = "6.22.0"
spotless = "6.21.0"

[libraries]
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidxMaterial" }
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"description": "Exclude Spotless updates",
"matchPackagePrefixes": ["com.diffplug.spotless"],
"enabled": false
}
]
}

0 comments on commit 2d7f824

Please # to comment.