From 0f393a7c79915b4c6aadfcd476fb3763e5723e82 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Sun, 30 Jul 2023 16:34:09 +0200 Subject: [PATCH] chore: readd dependabot config Signed-off-by: Claudio Wunder --- .github/dependabot.yml | 46 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915daca450..b5badb1ddae73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,45 @@ version: 2 updates: - # Enable version updates for npm - - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory + - package-ecosystem: github-actions directory: '/' - # Check the npm registry for updates every day (weekdays) schedule: - interval: 'daily' + interval: weekly + day: friday + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: '/' + versioning-strategy: increase + schedule: + interval: weekly + day: friday + commit-message: + prefix: meta + groups: + storybook: + patterns: + - 'storybook' + - '@storybook/*' + testing-library: + patterns: + - '@testing-library/*' + - '@types/testing-library*' + next-js: + patterns: + - 'next' + - 'turbo' + - 'next-mdx-remote' + - 'next-sitemap' + - 'next-themes' + - '@vercel/*' + remark-mdx: + patterns: + - '@vcarl/remark-headings' + - 'remark-gfm' + - '@mdx-js/*' + react: + patterns: + - 'react' + - 'react-dom' + - '@types/react' + - '@types/react-dom' + open-pull-requests-limit: 10