Skip to content

Commit 206af9f

Browse files
committed
IND-3907 enabling dependabot
1 parent 5e384c6 commit 206af9f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
day: "sunday"
24+
commit-message:
25+
prefix: "[chore] : "
26+
groups:
27+
go:
28+
patterns:
29+
- "*"
30+
applies-to: "version-updates"
31+
go-security:
32+
patterns:
33+
- "*"
34+
applies-to: "security-updates"

0 commit comments

Comments
 (0)