From b2a76349d045920239fc119cc6abb01beaccd116 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Fri, 10 Nov 2023 11:24:16 +0100 Subject: [PATCH] ci(deps): enable Dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..237903c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# See the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pnpm" + directory: "/" + schedule: + interval: "weekly" + versioning-strategy: increase + commit-message: + prefix: "chore(deps)"