Skip to content

Commit

Permalink
ci: add dependabot group for examples/* dir (part 2) (#1066)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Aug 16, 2023
1 parent a3111ae commit 41f4b88
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down Expand Up @@ -62,6 +67,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/azure-identity/go
Expand All @@ -76,6 +85,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/azure-identity/java
Expand All @@ -97,6 +110,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/azure-identity/python
Expand All @@ -111,6 +128,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/msal-go
Expand All @@ -125,6 +146,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/msal-java
Expand All @@ -146,6 +171,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/msal-node
Expand All @@ -160,6 +189,10 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: docker
directory: /examples/msal-python
Expand All @@ -174,17 +207,29 @@ updates:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: maven
directory: /examples/azure-identity/java
schedule:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: maven
directory: /examples/msal-java
schedule:
interval: weekly
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

0 comments on commit 41f4b88

Please sign in to comment.