1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

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
+4
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/*"