Skip to content

Commit ebbd550

Browse files
authored
chore(xfer): update dependabot (#594)
Post-transfer update of Dependabot configuration. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 7b8940f commit ebbd550

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
3-
41
version: 2
52
updates:
6-
- package-ecosystem: "gomod" # See documentation for possible values
7-
directory: "/" # Location of package manifests
3+
- package-ecosystem: github-actions
4+
directory: /
85
schedule:
9-
interval: "daily"
6+
interval: weekly
7+
labels:
8+
- chore
9+
- github-actions
10+
- package-ecosystem: gomod
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
labels:
15+
- chore
16+
- dependencies
1017
allow:
1118
- dependency-name: "github.com/hashicorp/packer-plugin-sdk"
1219
- dependency-name: "github.com/vmware/govmomi"

0 commit comments

Comments
 (0)