mirror of
https://github.com/apple/pkl.git
synced 2026-07-10 07:02:50 +02:00
Fix dependabot (#1537)
Looks like `directory` is a required property; we should also fix our schema but that's orthogonal to this actual fix.
This commit is contained in:
@@ -3,6 +3,7 @@ updates:
|
|||||||
- package-ecosystem: gradle
|
- package-ecosystem: gradle
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 7
|
default-days: 7
|
||||||
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
|
|||||||
@@ -235,6 +235,7 @@ dependabot {
|
|||||||
cooldown {
|
cooldown {
|
||||||
`default-days` = 7
|
`default-days` = 7
|
||||||
}
|
}
|
||||||
|
directory = "/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user