Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 8, 2024
1 parent 481a563 commit bdee4ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ updates:
open-pull-requests-limit: 10
groups:
azure-sdk:
patterns: ["Azure*"]
patterns: ["Azure.*"]
aws-sdk:
patterns: ["AWSSDK*"]
patterns: ["AWSSDK.*"]
microsoft:
patterns: ["Microsoft*"]
system:
Expand All @@ -24,10 +24,6 @@ updates:
patterns: ["Xunit*"]
ignore:
# Ignore patch updates for some packages
- dependency-name: "AWSSDK.*"
update-types: ["version-update:semver-patch"]
- dependency-name: "Azure.*"
update-types: ["version-update:semver-patch"]
- dependency-name: "Microsoft.*"
update-types: ["version-update:semver-patch"]
- dependency-name: "System.*"
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"cSpell.words": [
"AWSSDK",
"Behaviour",
"checkpointing",
"Configurator",
"configurators",
"Deadletter",
"Deduplication",
"Serializers"
"devcontainers",
"Newtonsoft",
"Serializers",
"Xunit"
]
}

0 comments on commit bdee4ae

Please sign in to comment.