From 13e8529a3e0d65a11370127656250af240f3e1b1 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Sat, 13 Jan 2024 19:27:30 +0800 Subject: [PATCH] ci: example --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c2de62f7..059a32c7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -23,3 +23,11 @@ updates: interval: daily commit-message: prefix: 'build(deps)' + + # example & docs examples parts + - package-ecosystem: pub + directory: example/ + schedule: + interval: daily + commit-message: + prefix: 'chore(example)'