Skip to content

Commit

Permalink
Merge pull request #180 from noaignite/feat/dependabot
Browse files Browse the repository at this point in the history
chore(dependabot): add yml config file
  • Loading branch information
maeertin authored Aug 21, 2024
2 parents ee65735 + be9250f commit e796403
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
groups:
storybook:
patterns:
- '@storybook/*'
- 'storybook'
turbo:
patterns:
- 'turbo'
- 'eslint-config-turbo'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']

0 comments on commit e796403

Please sign in to comment.