diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e075815..0f53b47 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + safe-updates: + update-types: + - "minor" + - "patch" \ No newline at end of file diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml deleted file mode 100644 index f19c882..0000000 --- a/.github/workflows/deploy-web.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Superseded by deploy-docs.yml which deploys both the sample and API docs. -# Kept as a placeholder to avoid breaking existing workflow references. -name: Deploy Web Sample (deprecated) - -on: - workflow_dispatch: - -jobs: - redirect: - runs-on: ubuntu-latest - steps: - - run: echo "Use deploy-docs.yml instead" diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 8c21193..27505bb 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -8,7 +8,6 @@ plugins { kotlin { jvm() listOf( - iosX64(), iosArm64(), iosSimulatorArm64(), ).forEach { target ->