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)'