From 1c3f054c00ccccf6b65ca30c75832e7f101c67af Mon Sep 17 00:00:00 2001 From: AbdelMonaam Aouini <52112750+Abdel-Monaam-Aouini@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:25:46 +0100 Subject: [PATCH] chore: Create `dependabot.yml` to automatically update dependencies (#806) Co-authored-by: Jan Amann --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e49481535 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# .github/dependabot.yml +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'monthly' + commit-message: + prefix: chore + groups: + all-dependencies: + patterns: + - "*" + open-pull-requests-limit: 1