mirror of
https://github.com/apple/pkl.git
synced 2026-05-03 13:44:26 +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:
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@@ -3,6 +3,7 @@ updates:
|
||||
- package-ecosystem: gradle
|
||||
cooldown:
|
||||
default-days: 7
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
|
||||
1
.github/index.pkl
vendored
1
.github/index.pkl
vendored
@@ -235,6 +235,7 @@ dependabot {
|
||||
cooldown {
|
||||
`default-days` = 7
|
||||
}
|
||||
directory = "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user