We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8940f commit ebbd550Copy full SHA for ebbd550
.github/dependabot.yml
@@ -1,12 +1,19 @@
1
-# Copyright (c) HashiCorp, Inc.
2
-# SPDX-License-Identifier: MPL-2.0
3
-
4
version: 2
5
updates:
6
- - package-ecosystem: "gomod" # See documentation for possible values
7
- directory: "/" # Location of package manifests
+ - package-ecosystem: github-actions
+ directory: /
8
schedule:
9
- interval: "daily"
+ interval: weekly
+ labels:
+ - chore
+ - github-actions
10
+ - package-ecosystem: gomod
11
12
+ schedule:
13
14
15
16
+ - dependencies
17
allow:
18
- dependency-name: "github.com/hashicorp/packer-plugin-sdk"
19
- dependency-name: "github.com/vmware/govmomi"
0 commit comments