Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and diraol committed Sep 8, 2024
1 parent c063dc9 commit 50f2737
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"dependencyDashboardApproval": true,
"extends": [
"config:recommended"
],
"labels": ["update dependencies"],
"packageRules": [
{
"matchPackageNames": [
"/^firebase_/",
"com.google.firebase:firebase-crashlytics-gradle"
],
"groupName": "Firebase"
}
],
"prConcurrentLimit": 3
}

0 comments on commit 50f2737

Please sign in to comment.