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 48efd90 commit 7443120Copy full SHA for 7443120
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ labels: ["dependencies"]
7
+ groups:
8
+ # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
9
+ ci:
10
+ patterns:
11
+ - "*"
12
+ schedule:
13
+ interval: "weekly"
14
+ day: "sunday"
15
+ - package-ecosystem: "gomod"
16
17
+ labels: ["dependencies","go"]
18
19
+ go:
20
+ update-types: ["minor","patch"]
21
22
23
0 commit comments