File tree 1 file changed +19
-1
lines changed
{{cookiecutter.project_slug}}/.github
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ updates:
9
9
# Every weekday
10
10
schedule :
11
11
interval : ' daily'
12
+ groups :
13
+ github-actions :
14
+ patterns :
15
+ - ' *'
12
16
13
17
{%- if cookiecutter.use_docker == 'y' %}
14
18
@@ -28,10 +32,14 @@ updates:
28
32
update-types :
29
33
- ' version-update:semver-major'
30
34
- ' version-update:semver-minor'
35
+ groups :
36
+ docker-python :
37
+ patterns :
38
+ - ' *'
31
39
32
40
33
41
- package-ecosystem : ' docker'
34
- # Look for a `Dockerfile` in the `compose/local/node` directory
42
+ # Look for a `Dockerfile` in the listed directories
35
43
directories :
36
44
- ' compose/local/node/'
37
45
- ' compose/production/aws/'
@@ -54,6 +62,11 @@ updates:
54
62
# Every weekday
55
63
schedule :
56
64
interval : ' daily'
65
+ groups :
66
+ python :
67
+ update-types :
68
+ - ' minor'
69
+ - ' patch'
57
70
58
71
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
59
72
@@ -64,5 +77,10 @@ updates:
64
77
# Every weekday
65
78
schedule :
66
79
interval : ' daily'
80
+ groups :
81
+ javascript :
82
+ update-types :
83
+ - ' minor'
84
+ - ' patch'
67
85
68
86
{%- endif %}
You can’t perform that action at this time.
0 commit comments