mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Ignore carrierwave_backgrounder in Dependabot
It slips into a sentry-related update PR, and it won't update anyway since it's a fork from us.
This commit is contained in:
parent
f1dfa17165
commit
8fad702d9b
1 changed files with 3 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -18,6 +18,8 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 99
|
||||
ignore:
|
||||
- dependency-name: 'carrierwave_backgrounder'
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
|
||||
|
|
Loading…
Reference in a new issue