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 96ebc8c
Show file tree
Hide file tree
Showing 3 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"
Empty file added build.gradle.kts
Empty file.
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 96ebc8c

Please sign in to comment.