Skip to content

Commit

Permalink
chore: Add dependency bot and update sentry and countly (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Feb 15, 2024
1 parent 1658f97 commit 187ae8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
androidGradlePlugin = "8.2.2"
barista = "3.9.0"
countlySdk = "23.6.0"
countlySdk = "24.1.0"
faker = "1.2.8"
mockitoCore = "5.3.1"
mockitoInline = "4.6.1"
robolectric = "4.10.3"
fastlaneScreengrab = "2.0.0"
sentryAndroid = "6.3.0"
sentryAndroid = "7.3.0"
xanscaleLocalhostToolkit = "19.05.01"
commonsIo = "2.6"
jacoco = "0.8.7"
Expand Down

0 comments on commit 187ae8b

Please sign in to comment.