Skip to content

Commit

Permalink
chore(dependabot): introduce (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy authored Jun 25, 2024
1 parent 40af59c commit 7f4b4b0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
commit-message:
prefix: meta
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
schedule:
interval: weekly
commit-message:
prefix: meta
groups:
fromat:
patterns:
- 'prettier'
lint:
patterns:
- 'eslint'
- 'eslint-*'
- '@eslint/*'
- 'globals'
- 'stylelint-*'
open-pull-requests-limit: 10

0 comments on commit 7f4b4b0

Please sign in to comment.