Skip to content

Commit

Permalink
Create one group for all node linting dependencies (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp authored Oct 14, 2023
1 parent 4e720ec commit 1847b1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ updates:
- package-ecosystem: npm
directory: "/"
groups:
'eslint & stylelint config':
linting:
patterns:
- "@tree-company/eslint-config"
- "@tree-company/stylelint-config"
- "prettier"
- "eslint"
- "stylelint"
schedule:
interval: daily
time: "06:00"
Expand Down

0 comments on commit 1847b1d

Please sign in to comment.