From cad54ed6dabf1af40dd304350e68663c34f08fce Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 5 Apr 2024 09:43:08 +0200 Subject: [PATCH] ci: auto-updated mono packages --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..fa1ba474d12 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + + - package-ecosystem: 'pnpm' + directory: '/' + schedule: + interval: 'daily' + group: + leather: + applies-to: version-updates + patterns: + - '@leather-wallet/*'