mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Disable dependabot version updates for npm (#7697)
This commit is contained in:
parent
2ad0aa0c57
commit
32cde29834
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -40,6 +40,8 @@ updates:
|
||||
- "website"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Disable version updates
|
||||
open-pull-requests-limit: 0
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
reviewers:
|
||||
@ -71,6 +73,8 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Disable version updates
|
||||
open-pull-requests-limit: 0
|
||||
reviewers:
|
||||
- lukeheath
|
||||
allow:
|
||||
|
Loading…
Reference in New Issue
Block a user