Revert "Enable dependabot"
This commit is contained in:
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@@ -1,23 +0,0 @@
|
||||
# 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: 'monthly'
|
||||
groups:
|
||||
npm-minor-patch: # Group minor and patch revisions to limit the number of pull requests generated by dependabot.
|
||||
update-types:
|
||||
- 'minor'
|
||||
- 'patch'
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'monthly'
|
||||
groups:
|
||||
actions-minor-patch: # Group minor and patch revisions to limit the number of pull requests generated by dependabot.
|
||||
update-types:
|
||||
- 'minor'
|
||||
- 'patch'
|
||||
Reference in New Issue
Block a user