Skip to content

Commit 8b83454

Browse files
Downgrade markdown version (#3859)
* downgrade jetbrains:markdown version and add ignore for the specific versions on dependabot * update excluded versions and comment * add cooldown to fix zizmor warning
1 parent 68cac2d commit 8b83454

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,23 @@ updates:
2222
directory: "/"
2323
schedule:
2424
interval: "daily"
25+
cooldown:
26+
default-days: 7
2527
open-pull-requests-limit: 10
2628
target-branch: "master"
29+
ignore:
30+
# Versions 0.7.5-0.7.8 incompatible with Android <= 14 (use ArrayList.removeLast, API 35+ only).
31+
# Exclude until 0.7.9 release https://github.com/JetBrains/markdown/issues/197.
32+
- dependency-name: "org.jetbrains:markdown"
33+
versions: [ "[0.7.4,0.7.8]" ]
2734

2835
# Enable version updates for GitHub Actions
2936
- package-ecosystem: "github-actions"
3037
directory: "/"
3138
schedule:
3239
interval: "daily"
40+
cooldown:
41+
default-days: 7
3342
open-pull-requests-limit: 10
3443
target-branch: "master"
3544
# Keep all github/codeql-action entry points in a single PR. They share one version and must

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ kspVersion = "2.3.10"
5555
kotlinxCollectionsImmutable = "0.5.1"
5656
ktfmtVersion = "0.26.0"
5757
lifecycleVersion = "2.11.0"
58-
markdownVersion = "0.7.7"
58+
markdownVersion = "0.7.3"
5959
materialVersion = "1.14.0"
6060
material3Version = "1.9.0"
6161
mockitoBom = "5.23.0"

0 commit comments

Comments
 (0)