Tell dependabot to ignore rollup (#15169)

This commit is contained in:
Steve Repsher 2023-01-24 08:29:14 -05:00 committed by GitHub
parent 8935dbac20
commit 134670604b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,3 +12,7 @@ updates:
interval: "daily"
time: "06:00"
open-pull-requests-limit: 5
ignore:
# Ignore rollup and plugins until everything else is updated
- dependency-name: "*rollup*"
- dependency-name: "@rollup/*"