Skip to content

Commit 4fe1e3e

Browse files
authored
chore(gh): update dependabot (#1625)
Update Dependabot configuration. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 4cc7d75 commit 4fe1e3e

File tree

1 file changed

+44
-12
lines changed

1 file changed

+44
-12
lines changed

.github/dependabot.yml

+44-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,48 @@
1-
---
21
version: 2
32
updates:
4-
# Maintain dependencies for GitHub Actions.
5-
- package-ecosystem: "github-actions"
6-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
75
schedule:
8-
# Check for updates to GitHub Actions every week.
9-
interval: "weekly"
10-
11-
# Maintain dependencies for Go modules
12-
- package-ecosystem: "gomod"
13-
directory: "/"
6+
interval: weekly
7+
labels:
8+
- chore
9+
- github-actions
10+
commit-message:
11+
prefix: "chore(gh)"
12+
include: "scope"
13+
- package-ecosystem: gomod
14+
directory: /
15+
groups:
16+
terraform:
17+
patterns:
18+
- github.com/hashicorp/terraform-plugin-*
19+
golang-x:
20+
patterns:
21+
- golang.org/x/*
22+
google-golang:
23+
patterns:
24+
- google.golang.org/*
25+
ignore:
26+
# go-cty should only be updated via terraform-plugin-sdk
27+
- dependency-name: github.com/hashicorp/go-cty
28+
# hcl/v2 should only be updated via terraform-plugin-sdk
29+
- dependency-name: github.com/hashicorp/hcl/v2
30+
# terraform-plugin-go should only be updated via terraform-plugin-framework
31+
- dependency-name: github.com/hashicorp/terraform-plugin-go
32+
# terraform-plugin-log should only be updated via terraform-plugin-framework
33+
- dependency-name: github.com/hashicorp/terraform-plugin-log
34+
# go-hclog should only be updated via terraform-plugin-log
35+
- dependency-name: github.com/hashicorp/go-hclog
36+
# grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
37+
- dependency-name: google.golang.org/grpc
38+
# protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
39+
- dependency-name: google.golang.org/protobuf
1440
schedule:
15-
# Check for updates to Go modules every week.
16-
interval: "weekly"
41+
interval: weekly
42+
open-pull-requests-limit: 30
43+
labels:
44+
- chore
45+
- dependencies
46+
commit-message:
47+
prefix: "chore(deps)"
48+
include: "scope"

0 commit comments

Comments
 (0)