Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,23 @@ updates:
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 7
open-pull-requests-limit: 10
target-branch: "master"
ignore:
# Versions 0.7.5-0.7.8 incompatible with Android <= 14 (use ArrayList.removeLast, API 35+ only).
# Exclude until 0.7.9 release https://github.com/JetBrains/markdown/issues/197.
- dependency-name: "org.jetbrains:markdown"
versions: [ "[0.7.4,0.7.8]" ]

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 7
open-pull-requests-limit: 10
target-branch: "master"
# Keep all github/codeql-action entry points in a single PR. They share one version and must
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kspVersion = "2.3.10"
kotlinxCollectionsImmutable = "0.5.1"
ktfmtVersion = "0.26.0"
lifecycleVersion = "2.11.0"
markdownVersion = "0.7.7"
markdownVersion = "0.7.3"
materialVersion = "1.14.0"
material3Version = "1.9.0"
mockitoBom = "5.23.0"
Expand Down
Loading