Skip to content

Commit b39f3f3

Browse files
authored
Merge pull request #893 from SimonMarquis/dependabot
Enable dependabot updates on a weekly basis
2 parents e62d70b + 7133de7 commit b39f3f3

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "gradle"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
registries: "*"
13+
labels: [ "version update" ]
14+
groups:
15+
kotlin-ksp-compose:
16+
patterns:
17+
- "org.jetbrains.kotlin:*"
18+
- "org.jetbrains.kotlin.jvm"
19+
- "com.google.devtools.ksp"
20+
- "androidx.compose.compiler:compiler"
21+
registries:
22+
maven-google:
23+
type: "maven-repository"
24+
url: "https://maven.google.com"
25+
replaces-base: true

.github/renovate.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
6868
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" }
6969
androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "androidxBrowser" }
7070
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
71+
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version.ref = "androidxComposeCompiler" }
7172
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
7273
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
7374
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }

0 commit comments

Comments
 (0)