From 60684cda80c043aaafe6437a85432c529e92cc53 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:31:20 +0100 Subject: [PATCH] chore: configure dependabot --- .github/dependabot.yml | 75 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..85a890ff4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,75 @@ +--- +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + open-pull-requests-limit: 10 + versioning-strategy: 'increase' + # Possible ignores to update + # ignore: + # - dependency-name: 'PACKAGE_NAME' + groups: + astro: + patterns: + - '@astrojs/*' + - 'astro' + changelog: + patterns: + - '@changesets/*' + - 'changelog-parser' + - '*/changelog-parser' + api-extractor: + patterns: + - '@microsoft/*' + - 'typedoc' + eslint: + patterns: + - 'eslint' + - '@types/eslint' + - '@eslint/*' + - '@typescript-eslint/*' + - 'eslint-*' + - 'globals' + maintenance: + patterns: + - 'turbo*' + - 'vercel' + - 'semver' + - 'globby' + - 'husky' + - 'lint-staged' + - 'taze' + - 'pnpm' + tests: + patterns: + - 'vitest' + - '@vitest/*' + - 'happy-dom' + - '@faker*' + e2e-tests: + patterns: + - 'dotenv' + - '@playwright/' + prettier: + patterns: + - 'prettier' + - '@types/prettier' + turbo: + patterns: + - 'turbo*' + vue: + patterns: + - 'vue' + - 'nuxt' + - 'vite' + - '@vitejs/*' + - '@iconify*' + - '@nuxt/*' + - '@unocss/*' + - 'unocss' \ No newline at end of file