Skip to content

Commit b0cac1e

Browse files
Merge pull request #262 from hashicorp/dependabot-intge
IND-3836 additions of new parameters to dependabot.yml
2 parents eeac125 + 66c110b commit b0cac1e

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
version: 2
25

36
updates:
47
- package-ecosystem: "github-actions"
58
directory: "/"
69
schedule:
7-
interval: "daily"
8-
10+
interval: "weekly"
11+
day: "sunday"
12+
commit-message:
13+
prefix: "[chore] : "
14+
groups:
15+
actions:
16+
patterns:
17+
- "*"
18+
919
- package-ecosystem: "gomod"
1020
directory: "/"
1121
schedule:
12-
interval: "weekly"
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"
35+

0 commit comments

Comments
 (0)