We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b76f98 commit 1f63e10Copy full SHA for 1f63e10
.github/dependabot.yaml
@@ -8,12 +8,29 @@ updates:
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"
- directory: "/"
20
+ directories:
21
+ - "/"
22
+ - "/v2"
23
24
25
26
- prefix: "[chore] : "
27
+ prefix: "[chore] : "
28
29
+ go:
30
31
32
+ applies-to: "version-updates"
33
+ go-security:
34
35
36
+ applies-to: "security-updates"
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+## Unreleased
2
+
3
+### Improvements
4
5
+### Changes
6
7
+### Fixed
+### Security
0 commit comments