Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
7 changes: 6 additions & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
# Format: /source /destination [status]
# Status codes: 301 (permanent), 302 (temporary), default is 302

# Hosted Redirects
# Contribs
/kiya https://kiya.cat 301
/krystal https://enby.fun/ 301

# Projects
/cookiecut https://projects.sillylittle.tech/CookieCut 301
/flean https://projects.sillylittle.tech/Flean 301
/pleb https://projects.sillylittle.tech/Pleb 301

#Internal
/github https://github.com/SillyLittleTech 308
/admin https://admin.sillylittle.tech 301
Expand Down
Loading
Loading