Skip to content

Commit af2dd3c

Browse files
Merge pull request #529 from hashicorp/dependabot-intge
IND-3728 enabling dependabot
2 parents 45af459 + bf52629 commit af2dd3c

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/dependabot.yaml

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"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Unreleased
2+
3+
### Improvements
4+
5+
### Changes
6+
7+
### Fixed
8+
9+
### Security

0 commit comments

Comments
 (0)