Skip to content

Commit

Permalink
ci: add dependabot group for gomod (part 1)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jul 19, 2023
1 parent f70b337 commit 0959824
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ updates:
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
azure-sdk:
patterns:
- "github.com/Azure/azure-sdk-for-go/*"

- package-ecosystem: "npm"
directory: "/example/msal-node"
schedule:
Expand All @@ -23,6 +32,7 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"

- package-ecosystem: "gomod"
directory: "/test/e2e"
schedule:
Expand All @@ -34,7 +44,10 @@ updates:
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

groups:
k8s:
patterns:
- "k8s.io/*"

- package-ecosystem: docker
directory: /examples/azure-identity/dotnet
Expand Down

0 comments on commit 0959824

Please sign in to comment.