File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
+ directories :
21
+ - " /"
22
+ - " /arc"
23
+ schedule :
24
+ interval : " weekly"
25
+ day : " sunday"
26
+ commit-message :
27
+ prefix : " [chore] : "
28
+ groups :
29
+ go :
30
+ patterns :
31
+ - " *"
32
+ applies-to : " version-updates"
33
+ go-security :
34
+ patterns :
35
+ - " *"
36
+ applies-to : " security-updates"
Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ ### Improvements
4
+
5
+ ### Changes
6
+
7
+ ### Fixed
8
+
9
+ ### Security
You can’t perform that action at this time.
0 commit comments