Skip to content

Commit

Permalink
(WIP) try to trick Dependabot to detect gradle upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 8, 2024
1 parent 893416f commit 59a880c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
@@ -1,11 +1,16 @@
version: 2
registries:
gradle:
type: maven-repository
url: https://repo.gradle.org/gradle/libs-releases
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/"
registries: "*"
schedule:
interval: "daily"
- package-ecosystem: "maven"
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Expand Up @@ -8,3 +8,4 @@ kotlin = "org.jetbrains.kotlin.jvm:1.9.22"
[libraries]
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
junit-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" }
gradle-tooling-api = "org.gradle:gradle-tooling-api:8.6"

0 comments on commit 59a880c

Please sign in to comment.