Skip to content
Draft
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
130 changes: 0 additions & 130 deletions .dockerignore

This file was deleted.

7 changes: 0 additions & 7 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .env.sample

This file was deleted.

4 changes: 3 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
custom: ["https://paypal.me/yassertahiri"]
# These are supported funding model platforms
github: yezz123
polar: yezz123
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/Secrets Sync Action.yml

This file was deleted.

26 changes: 18 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ⬆
# Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
python-packages:
patterns:
- "*"
commit-message:
prefix: ⬆
19 changes: 0 additions & 19 deletions .github/workflows/build.yml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/workflows/docker-publish.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .pre-commit-config.yaml

This file was deleted.

Loading