Skip to content

Commit 4dc1f25

Browse files
Merge pull request #52 from willtheorangeguy/claude/correct-dependabot-ignore-config
Fix malformed Dependabot ignore configuration syntax
2 parents 502a289 + 1357a23 commit 4dc1f25

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)