mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-14 21:59:51 +00:00
docs: Update Code of Conduction, Contributing and templates (#145)
* feat: Add Code of Conduct this Code of Conduct will be Enforced on the TCGdex's Github and on the TCGdex's Discord * Update Issue templates Signed-off-by: Avior <github@avior.me> * Updated Documents Signed-off-by: Avior <github@avior.me>
This commit is contained in:
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -5,13 +5,18 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
# Workflow files stored in the
|
||||
# default location of `.github/workflows`
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/server"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
Reference in New Issue
Block a user