Skip to content

Commit 1588fa5

Browse files
committed
Initial commit
0 parents  commit 1588fa5

224 files changed

Lines changed: 34296 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://www.buymeacoffee.com/mohamedrejeb']

.github/dependabot.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
version: 2
2+
# We bias Dependabot toward minor/patch bumps so the impact-analysis pipeline
3+
# always has a compilable AFTER APK. Major bumps of foundational tooling
4+
# (Kotlin, Compose, Coroutines, Serialization, Ktor, AGP) often introduce
5+
# ABI breaks that block APK assembly — when that happens DroidBot has no
6+
# AFTER state to explore and the dynamic phase degrades to a mirror of
7+
# BEFORE. We still want patch bumps of those libraries; we only block the
8+
# breaking-by-design major bumps.
9+
updates:
10+
- package-ecosystem: "gradle"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
open-pull-requests-limit: 10
15+
ignore:
16+
- dependency-name: "org.jetbrains.kotlin*"
17+
update-types: ["version-update:semver-major"]
18+
- dependency-name: "org.jetbrains.kotlinx:kotlinx-coroutines*"
19+
update-types: ["version-update:semver-major"]
20+
- dependency-name: "org.jetbrains.kotlinx:kotlinx-serialization*"
21+
update-types: ["version-update:semver-major"]
22+
- dependency-name: "org.jetbrains.compose*"
23+
update-types: ["version-update:semver-major"]
24+
- dependency-name: "androidx.compose*"
25+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
26+
- dependency-name: "androidx.activity*"
27+
update-types: ["version-update:semver-major"]
28+
- dependency-name: "androidx.lifecycle*"
29+
update-types: ["version-update:semver-major"]
30+
- dependency-name: "androidx.navigation*"
31+
update-types: ["version-update:semver-major"]
32+
- dependency-name: "androidx.compose:compose-bom"
33+
update-types: ["version-update:semver-major"]
34+
- dependency-name: "io.ktor:*"
35+
update-types: ["version-update:semver-major"]
36+
- dependency-name: "com.android.application"
37+
update-types: ["version-update:semver-major"]
38+
- dependency-name: "com.android.library"
39+
update-types: ["version-update:semver-major"]
40+
- dependency-name: "com.google.devtools.ksp"
41+
update-types: ["version-update:semver-major"]
42+
43+
- package-ecosystem: "pip"
44+
directory: "/pipeline/sbom"
45+
schedule:
46+
interval: "weekly"
47+
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)