Skip to content

Commit

Permalink
Revert "Debug dependabot not running (#1958)" (#1959)
Browse files Browse the repository at this point in the history
This reverts commit 4bf3fdd.
  • Loading branch information
PawelLipski authored Dec 13, 2024
1 parent 4bf3fdd commit 663d0c4
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,30 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 0
# reviewers:
# - PawelLipski
# target-branch: develop
# ignore:
# # slf4j-simple 2.0.0 isn't compatible with slf4j-api v1.x.y, which is still pulled in by our dependencies.
# # See https://www.slf4j.org/faq.html#changesInVersion200.
# # We could theoretically also override slf4j-api to v2.0.0 in tests that rely on slf4j-simple...
# # but that's not worth it yet, esp. given that IntelliJ still runs on slf4j-api v1.x.y as of 2022.2.
# - dependency-name: "org.slf4j:slf4j-simple"
# update-types: ["version-update:semver-major"]
# # Let's keep Kotlin plugin version equal to the version of Kotlin embedded into the Gradle version we use.
# # This lets us avoid warning:
# # WARNING: Unsupported Kotlin plugin version.
# # The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.9.22`
# # that might work differently than in the requested version `1.9.23`.
# - dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"
# - package-ecosystem: "gradle"
# directory: "/buildSrc/"
# schedule:
# interval: daily
# reviewers:
# - PawelLipski
# target-branch: develop
# ignore:
# # As per https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library:
# # "If a plugin supports multiple platform versions, it must (...) target the lowest bundled stdlib version".
# - dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"
reviewers:
- PawelLipski
target-branch: develop
ignore:
# slf4j-simple 2.0.0 isn't compatible with slf4j-api v1.x.y, which is still pulled in by our dependencies.
# See https://www.slf4j.org/faq.html#changesInVersion200.
# We could theoretically also override slf4j-api to v2.0.0 in tests that rely on slf4j-simple...
# but that's not worth it yet, esp. given that IntelliJ still runs on slf4j-api v1.x.y as of 2022.2.
- dependency-name: "org.slf4j:slf4j-simple"
update-types: ["version-update:semver-major"]
# Let's keep Kotlin plugin version equal to the version of Kotlin embedded into the Gradle version we use.
# This lets us avoid warning:
# WARNING: Unsupported Kotlin plugin version.
# The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.9.22`
# that might work differently than in the requested version `1.9.23`.
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"
- package-ecosystem: "gradle"
directory: "/buildSrc/"
schedule:
interval: daily
reviewers:
- PawelLipski
target-branch: develop
ignore:
# As per https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library:
# "If a plugin supports multiple platform versions, it must (...) target the lowest bundled stdlib version".
- dependency-name: "org.jetbrains.kotlin:kotlin-gradle-plugin"

0 comments on commit 663d0c4

Please sign in to comment.