Skip to content

Commit f81107b

Browse files
authored
Merge pull request #4987 from ffflorian/patch-1
docs: add missing word in enabling-and-disabling-version-updates.md
2 parents 7c757ef + 409f234 commit f81107b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/supply-chain-security/enabling-and-disabling-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ updates:
114114
interval: "daily"
115115
# Overwrite any ignores created using `@dependabot ignore` commands
116116
ignore:
117-
# Ignore updates to packages that start 'aws'
117+
# Ignore updates to packages that start with 'aws'
118118
# Wildcards match zero or more arbitrary characters
119119
- dependency-name: "aws*"
120120
# Ignore some updates to the 'express' package

0 commit comments

Comments
 (0)