From d549988a0beed3a3455d383a55053e1ed4f6cabc Mon Sep 17 00:00:00 2001 From: Teakowa Date: Mon, 17 Aug 2026 01:16:22 +0800 Subject: [PATCH] chore(deps): add Dependabot config --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0efb34e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Dependabot version updates for wrightkit.dev. +# Docs: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + # Site dependencies (pnpm lockfile at the repo root). + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + + # CI workflows and their action pins. + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly