Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pie-monorepo): DSW-000 Fix dependabot config. #2075

Merged
merged 3 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,40 @@
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-type: "major"
- dependency-name: "*"
- update-types: ['version-update:semver-major']
open-pull-requests-limit: 3
commit-message:
prefix: "deps(npm): DSW-000 update"
groups:
babel:
description: "Group Babel devDependencies from package.json within pie-monorepo"
patterns:
- "@babel/*"
- "babel-*"
justeattakeaway:
description: "Group JET devDependencies / dependencies from package.json within pie-monorepo"
patterns:
- "@justeat/*"
- "@justeattakeaway/*"
percy:
description: "Group Playwright / other testing related devDependencies from package.json within pie-monorepo"
patterns:
- "@axe-core/playwright"
- "@percy/*"
- "@playwright/*"
- "@sand4rt/experimental-ct-web/*"
vitest:
description: "Group Vitest devDependencies from package.json within pie-monorepo"
patterns:
- "vitest-*"
- "@vitest"
eleventy:
description: "Group Eleventy devDependencies from apps/pie-docs/package.json"
patterns:
- "@11ty/*"
- "eleventy-*"
storybook:
description: "Group Storybook dependencies from apps/pie-storybook/package.json"
patterns:
- "@storybook/*"
- "storybook"
Expand All @@ -48,7 +44,8 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-type: "major"
- dependency-name: "*"
- update-types: ['version-update:semver-major']
open-pull-requests-limit: 3
commit-message:
prefix: "deps(github-actions): DSW-000 update"
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"github.vscode-pull-request-github",
"jamiemaguire.pie-design-system-vscode-prototype",
"ms-playwright.playwright",
"redhat.vscode-yaml",
"unem.lit-plugin",
"yoavbls.pretty-ts-errors"
]
Expand Down
Loading