Skip to content

Commit

Permalink
chore: update dependabot.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
doganozturk committed Jun 5, 2024
1 parent f07c5e5 commit cf51343
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,68 @@ updates:
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
reviewers:
- "Trendyol/baklava"
allow:
- dependency-type: "direct"
rebase-strategy: "auto"
groups:
lit:
patterns:
- "lit"
- "@lit/*"
pre-commit:
patterns:
- "@commitlint/*"
- "lint-staged"
- "husky"
build:
patterns:
- "esbuild"
- "esbuild-plugin-lit-css"
- "minimist"
- "clean-css"
- "del"
- "del-cli"
- "globby"
- "pascal-case"
- "npm-run-all"
- "@custom-elements-manifest/analyzer"
test:
patterns:
- "@open-wc/*"
- "@web/*"
- "sinon"
- "rollup-plugin-lit-css"
- "@rollup/plugin-replace"
lint-and-format:
patterns:
- "eslint*"
- "@typescript-eslint/*"
- "prettier"
- "@trivago/prettier-plugin-sort-imports"
- "@types/*"
- "stylelint*"
typescript:
patterns:
- "typescript"
- "ts-lit-plugin"
storybook:
patterns:
- "storybook"
- "@storybook/*"
- "chromatic"
react:
patterns:
- "react"
- "react-dom"
- "@lit-labs/react"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
reviewers:
- "Trendyol/baklava"
rebase-strategy: "auto"

0 comments on commit cf51343

Please sign in to comment.