Skip to content

Commit

Permalink
updated kotlin and dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed May 26, 2024
1 parent 34a0b62 commit 3374cfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# 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" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.text.SimpleDateFormat

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.0-RC3" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.0" apply false
id("org.jetbrains.dokka") version "1.9.20"
id "org.sonarqube" version "5.0.0.4638"
id "com.github.ben-manes.versions" version "0.51.0"
Expand Down

0 comments on commit 3374cfd

Please sign in to comment.