From 242de2050edfc7ecba26e7e6f96148b0ae2ec62f Mon Sep 17 00:00:00 2001 From: Ladislav Sulak Date: Tue, 6 Jan 2026 15:23:21 +0100 Subject: [PATCH 1/2] Removing obsolete GH Action, it's now part of Github & dependabot doesn't support sbt (yet?) --- .github/dependabot.yml | 28 ++++++------- .github/workflows/dependent_items.yml | 60 --------------------------- 2 files changed, 14 insertions(+), 74 deletions(-) delete mode 100644 .github/workflows/dependent_items.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc34bf2c..332eb77c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,17 +15,17 @@ updates: prefix: "chore" include: "scope" - - package-ecosystem: "sbt" - directory: "/" - target-branch: "master" - schedule: - interval: "weekly" - day: "sunday" - labels: - - "auto update" - - "dependencies" - - "no RN" - open-pull-requests-limit: 3 - commit-message: - prefix: "chore" - include: "scope" +# - package-ecosystem: "sbt" +# directory: "/" +# target-branch: "master" +# schedule: +# interval: "weekly" +# day: "sunday" +# labels: +# - "auto update" +# - "dependencies" +# - "no RN" +# open-pull-requests-limit: 3 +# commit-message: +# prefix: "chore" +# include: "scope" diff --git a/.github/workflows/dependent_items.yml b/.github/workflows/dependent_items.yml deleted file mode 100644 index f0c60278..00000000 --- a/.github/workflows/dependent_items.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: Dependent Items - -on: - issues: - types: - - opened - - edited - - closed - - reopened - pull_request: - types: - - opened - - edited - - closed - - reopened - # Makes sure we always add status check for PRs. Useful only if - # this action is required to pass before merging. Otherwise, it - # can be removed. - - synchronize - - # Schedule a daily check. Useful if you reference cross-repository - # issues or pull requests. Otherwise, it can be removed. - schedule: - - cron: '0 0 * * *' - -jobs: - dependent-items-check: - name: Dependent Items Check - runs-on: ubuntu-latest - steps: - - uses: z0al/dependent-issues@950226e7ca8fc43dc209a7febf67c655af3bdb43 - env: - # (Required) The token to use to make API calls to GitHub. - GITHUB_TOKEN: ${{ secrets.PAT_REPO_PROJECT_DISCUSS }} - # (Optional) The token to use to make API calls to GitHub for remote repos. - GITHUB_READ_TOKEN: ${{ secrets.PAT_REPO_PROJECT_DISCUSS }} - - with: - # (Optional) The label to use to mark dependent issues - label: dependent - - # (Optional) Enable checking for dependencies in issues. - # Enable by setting the value to "on". Default "off" - check_issues: on - - # (Optional) Ignore dependabot PRs. - # Enable by setting the value to "on". Default "off" - ignore_dependabot: on - - # (Optional) A comma-separated list of keywords. Default - # "depends on, blocked by" - # keywords: depends on, blocked by - - # (Optional) A custom comment body. It supports `{{ dependencies }}` token. - comment: > - This item depends on: - - {{ dependencies }} - - By **[Dependent Issues](https://github.com/z0al/dependent-issues)**. From d36303cc8856994b3f6bdc283bd06c15bc8ceaf0 Mon Sep 17 00:00:00 2001 From: Ladislav Sulak Date: Tue, 6 Jan 2026 15:57:06 +0100 Subject: [PATCH 2/2] removing as SBT is not supported by Dependabot yet --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 332eb77c..59730917 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,18 +14,3 @@ updates: commit-message: prefix: "chore" include: "scope" - -# - package-ecosystem: "sbt" -# directory: "/" -# target-branch: "master" -# schedule: -# interval: "weekly" -# day: "sunday" -# labels: -# - "auto update" -# - "dependencies" -# - "no RN" -# open-pull-requests-limit: 3 -# commit-message: -# prefix: "chore" -# include: "scope"