Skip to content

Commit

Permalink
(WIP) test dependabot for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Apr 29, 2024
1 parent eebe21f commit eb3c4c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
@@ -0,0 +1,3 @@
[plugins]
compose = { id = "org.jetbrains.compose", version = "1.6.1" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "1.9.22" }

0 comments on commit eb3c4c2

Please sign in to comment.