File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ updates:{% endraw %}{% if has_backend %}{% raw %}
9
9
time: "16:00"
10
10
open-pull-requests-limit: 5
11
11
ignore:
12
+ - dependency-name: "*"
13
+ update-types:
14
+ - "version-update:semver-patch" # we don't want to be bothered with patch updates for anything except security updates
12
15
- dependency-name: "boto3" # boto3 gets patch updates way too frequently and they're usually not important
13
16
update-types:
14
17
- "version-update:semver-patch"
@@ -34,6 +37,10 @@ updates:{% endraw %}{% if has_backend %}{% raw %}
34
37
day: "wednesday"
35
38
time: "12:00"
36
39
open-pull-requests-limit: 5
40
+ ignore:
41
+ - dependency-name: "*"
42
+ update-types:
43
+ - "version-update:semver-patch" # we don't want to be bothered with patch updates for anything except security updates
37
44
groups:
38
45
prod-dependencies:
39
46
dependency-type: "production"
You can’t perform that action at this time.
0 commit comments