Skip to content

Commit

Permalink
Merge pull request #197 from 2rabs/rt/migrate-renovate
Browse files Browse the repository at this point in the history
🔧 Dependabot -> Renovate へ移行
  • Loading branch information
tatsutakein authored Jan 16, 2024
2 parents 2f927d9 + 8b20099 commit 0c09733
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ij_kotlin_allow_trailing_comma_on_call_site = true
indent_size = 2
trim_trailing_whitespace = false

[*.{cjs,mjs,js,json,yml,yaml}]
[*.{cjs,mjs,js,json,json5,yml,yaml}]
indent_size = 2
40 changes: 0 additions & 40 deletions .github/dependabot.yml

This file was deleted.

32 changes: 32 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeMinor",
":prHourlyLimitNone",
":timezone(Asia/Tokyo)",
],
"dependencyDashboard": false,
"enabledManagers": [
"github-actions",
"gradle",
"gradle-wrapper",
"swift",
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "kotlin-ksp-compose",
"matchPackageNames": [
"org.jetbrains.kotlin.jvm",
"com.google.devtools.ksp",
"androidx.compose.compiler:compiler",
],
"matchPackagePrefixes": [
"org.jetbrains.kotlin:",
]
}
],
}

0 comments on commit 0c09733

Please sign in to comment.