From 3e9b412cce9dab682eeadcecbbb07d5276cfdb2b Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Thu, 1 Jan 2026 18:25:31 +0400 Subject: [PATCH] chore: remove dependabot --- .github/dependabot.yml | 34 ---------------------------------- .github/workflows/lint.yml | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 57c6f88..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,34 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - open-pull-requests-limit: 10 - schedule: - interval: daily - time: '07:00' - timezone: Europe/Berlin - - assignees: - - ns-vasilev - reviewers: - - ns-vasilev - - - - package-ecosystem: swift - directory: / - open-pull-requests-limit: 10 - schedule: - interval: daily - time: '07:00' - timezone: Europe/Berlin - - assignees: - - ns-vasilev - reviewers: - - ns-vasilev - \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a7c5e6..777a060 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,4 +47,4 @@ jobs: - name: Discover typos run: | source .venv/bin/activate - codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./.git/*" \ No newline at end of file + codespell --ignore-words-list="hart,inout,msdos,sur,interruptable" --skip="./.build/*,./.git/*" \ No newline at end of file