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 eeac125 + 66c110b commit b0cac1eCopy full SHA for b0cac1e
.github/dependabot.yml
@@ -1,12 +1,35 @@
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:
- interval: "daily"
-
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
- interval: "weekly"
22
23
24
25
26
27
+ go:
28
29
30
+ applies-to: "version-updates"
31
+ go-security:
32
33
34
+ applies-to: "security-updates"
35
0 commit comments