Skip to content

Commit b76fef8

Browse files
authored
Adds a dependabot.yml file to auto-upgrade opentofu dependencies (#115)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
1 parent ec0571d commit b76fef8

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.copywrite.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ project {
1717
".changes/**",
1818
"internal/schemas/gen-workspace/**",
1919
"internal/schemas/tf-plugin-cache/**",
20+
"*.yml",
2021
]
2122
}

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
labels: ["dependencies"]
8-
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
9-
- package-ecosystem: "github-actions"
7+
allow:
8+
- dependency-name: "github.com/opentofu/*"
9+
- package-ecosystem: "gomod"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
13-
allow:
14-
- dependency-name: "hashicorp/*"
12+
interval: "weekly"
13+
ignore:
14+
- dependency-name: "github.com/opentofu/*"

0 commit comments

Comments
 (0)