Skip to content

Commit

Permalink
chore(dependabot): group frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed May 14, 2024
1 parent ea7910b commit 523f44a
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,54 @@ updates:
commit-message:
prefix: chore
include: scope

groups:
lint:
patterns:
- "eslint"
- "eslint-*"
- "@adfinis/eslint-config"

- "ember-template-lint"
- "ember-template-lint-*"

- "stylelint"
- "stylelint-*"

- "prettier"
- "prettier-*"

ember-core:
patterns:
- "ember-cli"
- "ember-data"
- "ember-source"

ember:
patterns:
- "ember-*"
- "@ember/*"

exclude-patterns:
- "ember-cli"
- "ember-data"
- "ember-source"

- "ember-template-lint"
- "ember-template-lint-*"
- "ember-auto-import"
js:
patterns:
- "*"
exclude-patterns:
- "ember-*"
- "@ember/*"
- "eslint"
- "eslint-*"
- "@adfinis/eslint-config"
- "stylelint"
- "stylelint-*"
- "ember-auto-import"
- "webpack"
- "prettier"
- "prettier-*"

0 comments on commit 523f44a

Please sign in to comment.