Skip to content

Commit

Permalink
chore: add dependabot config (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Apr 5, 2024
1 parent 3db9c5f commit d71e4ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
ignore:
- dependency-name: '*storybook*'
update-types: ['version-update:semver-major']
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']

0 comments on commit d71e4ca

Please sign in to comment.