Skip to content

Commit

Permalink
Merge pull request #211 from MohamedRejeb/0.6.x
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
MohamedRejeb authored Dec 14, 2024
2 parents fed7e62 + 713d78a commit 53fbf4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.5.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
compose = "1.7.0"
kotlinx-datetime = "0.6.1"
nexus-publish = "2.0.0"
Expand Down

0 comments on commit 53fbf4c

Please sign in to comment.