Skip to content

Commit

Permalink
chore: disable dependabot updates we don't want
Browse files Browse the repository at this point in the history
Yay! Apparently, this is also configurable in the config file as well as via comments.
This should close quite a few issues.
  • Loading branch information
lishaduck authored and jfmengels committed Oct 28, 2024
1 parent 516055a commit c1b45bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ updates:
- 'turbo'
- 'eslint-config-turbo'
- 'eslint-plugin-turbo'
ignore:
- dependency-name: '@typescript-eslint/*'
update-types:
- version-update:semver-major
- dependency-name: 'fs-extra'
update-types:
- version-update:semver-major
- dependency-name: 'chalk'
update-types:
- version-update:semver-major
- dependency-name: 'strip-ansi'
update-types:
- version-update:semver-major
- dependency-name: 'wrap-ansi'
update-types:
- version-update:semver-major
- package-ecosystem: 'github-actions' # See documentation for possible values
directories: # Location of package manifests
- '/' # Strangely, this is how to specify "./.github/workflows/*.ya?ml"
Expand Down

0 comments on commit c1b45bb

Please sign in to comment.