diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6defb4789..6b7c54d3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: + - "*" \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9ef0a515c..d80eed5a3 100644 --- a/build.gradle +++ b/build.gradle @@ -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"