Skip to content

Commit 1357a23

Browse files
Fix malformed ignore configuration in dependabot.yml
Co-authored-by: willtheorangeguy <18339050+willtheorangeguy@users.noreply.github.com>
1 parent 31da941 commit 1357a23

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
ignore:
8-
update-types: [ "version-update:semver-patch" ]
7+
ignore:
8+
- dependency-name: "*"
9+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)