Initial commit.

This commit is contained in:
2025-06-09 16:52:15 -07:00
commit ba98e74fdf
1286 changed files with 89972 additions and 0 deletions

25
themes/blowfish/.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
# To get started with Dependabot version updates, you'll need to specify which
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "wednesday"
commit-message:
prefix: "📌"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
day: "wednesday"
commit-message:
prefix: "👷"
labels:
- "dependencies"