Skip to content

Commit

Permalink
ci: Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Aug 22, 2024
1 parent a59e99e commit be61218
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android-targetSdk = "35"
androidGradlePlugin = "8.5.2"
androidx-activity-compose = "1.9.1"
androidx-window = "1.3.0"
compose-plugin = "1.7.0-alpha02"
haze = "0.9.0-alpha06"
compose-plugin = "1.7.0-alpha03"
haze = "0.9.0-alpha07"
kotlin = "2.0.20-RC2"

[libraries]
Expand Down

0 comments on commit be61218

Please sign in to comment.