Skip to content

Commit

Permalink
chore(dependabot): introduce
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Jun 20, 2024
1 parent fc6f737 commit 3b2c59f
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 3b2c59f

Please sign in to comment.