File tree Expand file tree Collapse file tree 6 files changed +23
-10
lines changed Expand file tree Collapse file tree 6 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,28 @@ version: 2
2
2
updates :
3
3
- package-ecosystem : " npm"
4
4
directory : " /"
5
+ cooldown :
6
+ default-days : 7
5
7
schedule :
6
8
interval : weekly
7
9
time : " 01:00"
8
10
timezone : " Europe/Brussels"
9
11
groups :
10
12
production-dependencies :
11
13
dependency-type : " production"
14
+ exclude-patterns :
15
+ - " @webref/css"
12
16
patterns :
13
17
- " *"
14
18
development-dependencies :
15
19
dependency-type : " development"
20
+ exclude-patterns :
21
+ - " @webref/css"
16
22
patterns :
17
23
- " *"
24
+ webref-css :
25
+ patterns :
26
+ - " @webref/css"
18
27
open-pull-requests-limit : 5
19
28
versioning-strategy : increase
20
29
rebase-strategy : auto
@@ -23,6 +32,8 @@ updates:
23
32
- " /e2e"
24
33
- " /e2e-package-managers/yarn"
25
34
- " /sites"
35
+ cooldown :
36
+ default-days : 7
26
37
schedule :
27
38
interval : weekly
28
39
time : " 01:00"
@@ -36,6 +47,8 @@ updates:
36
47
rebase-strategy : auto
37
48
- package-ecosystem : " github-actions"
38
49
directory : " /"
50
+ cooldown :
51
+ default-days : 7
39
52
schedule :
40
53
interval : weekly
41
54
time : " 01:00"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v5
24
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25
25
26
26
- name : Initialize CodeQL
27
- uses : github/codeql-action/init@v3
27
+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
28
28
with :
29
29
languages : ${{ matrix.language }}
30
30
queries : security-extended
39
39
- run : npm run build --workspaces --if-present
40
40
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@v3
42
+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
name : Request Netlify Webhook
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v5
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
21
21
with :
22
22
fetch-depth : 1
23
- - uses : actions/setup-node@v5
23
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
24
24
with :
25
25
node-version : 24
26
26
Original file line number Diff line number Diff line change 10
10
triage :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/labeler@v6
13
+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
14
14
with :
15
15
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
16
16
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
lint :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v5
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18
18
with :
19
19
fetch-depth : 1
20
- - uses : actions/setup-node@v5
20
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
21
21
with :
22
22
node-version : 24
23
23
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
- node : 24
32
32
is_base_node_version : true
33
33
steps :
34
- - uses : actions/checkout@v5
34
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
35
35
with :
36
36
fetch-depth : 1
37
- - uses : actions/setup-node@v5
37
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
38
38
with :
39
39
node-version : ${{ matrix.node }}
40
40
You can’t perform that action at this time.
0 commit comments