Skip to content

Commit ac706ac

Browse files
authored
1 parent 04bb630 commit ac706ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
37
- package-ecosystem: "gomod"
48
directory: "/"
9+
ignore:
10+
# go-hclog should only be updated via terraform-plugin-log
11+
- dependency-name: "github.com/hashicorp/go-hclog"
512
schedule:
613
interval: "daily"

0 commit comments

Comments
 (0)