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 765a79d commit fc125d7Copy full SHA for fc125d7
.github/dependabot.yml
@@ -10,19 +10,23 @@ updates:
10
- package-ecosystem: "gomod"
11
directory: "/"
12
schedule:
13
- interval: "daily"
+ interval: "weekly"
14
+ day: "sunday"
15
time: "18:00"
16
allow:
- # Allow both direct and indirect updates for all packages
17
- - dependency-type: all
+ # Allow direct updates for packages
18
+ - dependency-type: direct
19
+ ignore:
20
+ - dependency-name: "*"
21
+ update-types:
22
+ - version-update:semver-patch
23
# a group of dependencies will be updated together in one pull request
24
groups:
25
golang:
26
# group all semantic versioning levels together in one pull request
27
update-types:
28
- major
29
- minor
- - patch
30
patterns:
31
- "*"
32
0 commit comments