We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e384c6 + 206af9f commit 79abdabCopy full SHA for 79abdab
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+# Copyright (c) HashiCorp, Inc.
2
+# SPDX-License-Identifier: MPL-2.0
3
+
4
+version: 2
5
6
+updates:
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ day: "sunday"
12
+ commit-message:
13
+ prefix: "[chore] : "
14
+ groups:
15
+ actions:
16
+ patterns:
17
+ - "*"
18
19
+ - package-ecosystem: "gomod"
20
21
22
23
24
25
26
27
+ go:
28
29
30
+ applies-to: "version-updates"
31
+ go-security:
32
33
34
+ applies-to: "security-updates"
0 commit comments