Skip to content

Commit

Permalink
Remove schedule and auto merge from renovate (#4846)
Browse files Browse the repository at this point in the history
Schedule ended up creating a backlog of dependency updates, and ideally,
we would want to review any updates before merging in. So, removed these
2 options.
  • Loading branch information
msasikanth authored Mar 26, 2024
1 parent 20ae641 commit 0e9eff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Bump AGP to v8.3.1
- Bump desugar JDK library to v2.0.4
- Remove schedule and auto merge from renovate

### Fixes

Expand Down
10 changes: 0 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@
"extends": [
"config:base"
],
"schedule": [
"after 12am and before 2am on the first day of the month"
],
"timezone": "Asia/Kolkata",
"ignoreDeps": [
// Ignoring zxing update. Since update requires Java 8+ runtime.
"com.google.zxing:core",
// We only use this to turn off logs related to Mobius#ControllerStateBase in release app
"ch.qos.logback:logback-classic"
],
"automergeType": "branch",
"packageRules": [
{
"groupName": "Kotlin, KSP and Compose Compiler",
Expand All @@ -22,11 +17,6 @@
"androidx.compose.compiler",
"org.jetbrains.kotlin"
]
},
{
"description": "Automerge minor updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 0e9eff1

Please sign in to comment.