We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e443d87 commit 483dd17Copy full SHA for 483dd17
1 file changed
content/code-security/supply-chain-security/enabling-and-disabling-version-updates.md
@@ -114,7 +114,7 @@ updates:
114
interval: "daily"
115
# Overwrite any ignores created using `@dependabot ignore` commands
116
ignore:
117
- # Ignore updates to packages that start 'aws'
+ # Ignore updates to packages that start with 'aws'
118
# Wildcards match zero or more arbitrary characters
119
- dependency-name: "aws*"
120
# Ignore some updates to the 'express' package
0 commit comments