Skip to content

Commit 649a64c

Browse files
Update go packages and add dependabot config (#51)
* Update resource group parameters in usage documentation for clarity * Remove backend configuration for azurerm provider in main.tf * Fix dynamic block name for enabled metrics in backup vault diagnostic settings * Fix dynamic block name for backup vault metrics in diagnostic settings * Update azurerm provider version and fix dynamic block name for metrics in backup vault diagnostic settings * Update azurerm provider version and fix assertions in backup vault diagnostics tests * Update go.mod to use golang.org/x/oauth2 v0.27.0 and add dependabot configuration * Refactor dependabot configuration to include all directories for gomod and terraform updates
1 parent b692fcf commit 649a64c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directories:
5+
- "**/*"
6+
schedule:
7+
interval: "daily"
8+
9+
- package-ecosystem: "terraform"
10+
directories:
11+
- "**/*"
12+
schedule:
13+
interval: "daily"

tests/end-to-end-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require (
126126
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
127127
golang.org/x/mod v0.23.0 // indirect
128128
golang.org/x/net v0.38.0 // indirect
129-
golang.org/x/oauth2 v0.26.0 // indirect
129+
golang.org/x/oauth2 v0.27.0 // indirect
130130
golang.org/x/sync v0.12.0 // indirect
131131
golang.org/x/sys v0.31.0 // indirect
132132
golang.org/x/term v0.30.0 // indirect

0 commit comments

Comments
 (0)