1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-08-15 01:51:34 +00:00
Files
.github
ISSUE_TEMPLATE
workflows
FUNDING.yml
dependabot.yml
content
docs
quartz
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
brain-quartz/.github/dependabot.yml
2024-01-31 12:24:25 -08:00

12 lines
453 B
YAML

# 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"
directory: "/"
schedule:
interval: "weekly"