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 ad4db42 commit 0f66771Copy full SHA for 0f66771
1 file changed
.github/dependabot.yaml
@@ -7,8 +7,6 @@ updates:
7
time: "06:00"
8
timezone: "America/Chicago"
9
labels: []
10
- commit-message:
11
- prefix: "ci"
12
groups:
13
github-actions:
14
patterns:
@@ -21,15 +19,8 @@ updates:
21
19
22
20
23
24
25
- prefix: "chore"
26
open-pull-requests-limit: 15
27
28
- x:
+ all-dependencies:
29
30
- - "golang.org/x/*"
31
- ignore:
32
- # Ignore patch updates for all dependencies to reduce PR noise
33
- - dependency-name: "*"
34
- update-types:
35
- - version-update:semver-patch
+ - "*"
0 commit comments