Fix dependabot ignore syntax
This commit addresses the error: The property '#/updates/0/ignore' of type object did not match the following type: array The property '#/updates/1/ignore' of type object did not match the following type: array
This commit is contained in:
parent
18cda24a3b
commit
58056a4b12
1 changed files with 4 additions and 4 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -8,13 +8,13 @@ updates:
|
||||||
labels:
|
labels:
|
||||||
- "Update dependencies"
|
- "Update dependencies"
|
||||||
ignore:
|
ignore:
|
||||||
dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/runner"
|
directory: "/runner"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
day: "thursday" # Gives us a working day to merge this before our typical release
|
day: "thursday" # Gives us a working day to merge this before our typical release
|
||||||
ignore:
|
ignore:
|
||||||
dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue