File tree 3 files changed +24
-14
lines changed
3 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : github-actions
3
+ - package-ecosystem : docker
4
4
directory : /
5
5
schedule :
6
6
interval : weekly
7
+ groups :
8
+ docker-minor :
9
+ update-types :
10
+ - minor
11
+ - patch
7
12
8
- - package-ecosystem : docker
13
+ - package-ecosystem : github-actions
9
14
directory : /
10
15
schedule :
11
16
interval : weekly
17
+ groups :
18
+ actions-minor :
19
+ update-types :
20
+ - minor
21
+ - patch
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ name: Continuous Integration
2
2
3
3
on :
4
4
pull_request :
5
- branches :
6
- - main
7
5
push :
8
6
branches :
9
7
- main
10
8
9
+ permissions :
10
+ contents : read
11
+
11
12
jobs :
12
13
test-docker :
13
14
name : Docker Tests
Original file line number Diff line number Diff line change 1
- name : Lint Code Base
1
+ name : Lint Codebase
2
2
3
3
on :
4
4
pull_request :
5
- branches :
6
- - main
7
5
push :
8
6
branches :
9
7
- main
10
8
9
+ permissions :
10
+ contents : read
11
+ packages : read
12
+ statuses : write
13
+
11
14
jobs :
12
15
lint :
13
- name : Lint Code Base
16
+ name : Lint Codebase
14
17
runs-on : ubuntu-latest
15
18
16
- permissions :
17
- contents : read
18
- packages : read
19
- statuses : write
20
-
21
19
steps :
22
20
- name : Checkout
23
21
id : checkout
24
22
uses : actions/checkout@v4
25
23
26
- - name : Lint Code Base
24
+ - name : Lint Codebase
27
25
id : super-linter
28
26
uses : super-linter/super-linter/slim@v5
29
27
env :
30
28
DEFAULT_BRANCH : main
31
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
+ VALIDATE_ALL_CODEBASE : true
You can’t perform that action at this time.
0 commit comments