Skip to content

Commit 1f63e10

Browse files
committed
changelog added, updated dependabot.yaml
1 parent 9b76f98 commit 1f63e10

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

.github/dependabot.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,29 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
day: "sunday"
1112
commit-message:
1213
prefix: "[chore] : "
14+
groups:
15+
actions:
16+
patterns:
17+
- "*"
1318

1419
- package-ecosystem: "gomod"
15-
directory: "/"
20+
directories:
21+
- "/"
22+
- "/v2"
1623
schedule:
1724
interval: "weekly"
25+
day: "sunday"
1826
commit-message:
19-
prefix: "[chore] : "
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"

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)