File tree 12 files changed +13
-11
lines changed
12 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resources:
20
20
type : github
21
21
endpoint : microsoft
22
22
name : microsoft/mu_devops
23
- ref : refs/tags/v2.3 .0
23
+ ref : refs/tags/v2.4 .0
24
24
25
25
variables :
26
26
- group : architectures-x86-64
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resources:
20
20
type : github
21
21
endpoint : microsoft
22
22
name : microsoft/mu_devops
23
- ref : refs/tags/v2.3 .0
23
+ ref : refs/tags/v2.4 .0
24
24
containers :
25
25
- container : linux-gcc
26
26
image : ghcr.io/tianocore/containers/fedora-37-build:f1c7a20
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resources:
20
20
type : github
21
21
endpoint : microsoft
22
22
name : microsoft/mu_devops
23
- ref : refs/tags/v2.3 .0
23
+ ref : refs/tags/v2.4 .0
24
24
25
25
variables :
26
26
- group : architectures-x86-64
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resources:
20
20
type : github
21
21
endpoint : microsoft
22
22
name : microsoft/mu_devops
23
- ref : refs/tags/v2.3 .0
23
+ ref : refs/tags/v2.4 .0
24
24
25
25
variables :
26
26
- group : architectures-x86-64
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ updates:
39
39
prefix : " GitHub Action"
40
40
labels :
41
41
- " type:dependencies"
42
+ rebase-strategy : " disabled"
42
43
43
44
- package-ecosystem : " pip"
44
45
directory : " /"
@@ -51,3 +52,4 @@ updates:
51
52
labels :
52
53
- " language:python"
53
54
- " type:dependencies"
55
+ rebase-strategy : " disabled"
Original file line number Diff line number Diff line change 25
25
approval_check :
26
26
if : |
27
27
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
28
- uses : microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.3 .0
28
+ uses : microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.4 .0
29
29
secrets : inherit
Original file line number Diff line number Diff line change 26
26
merge_check :
27
27
if : |
28
28
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
29
- uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.3 .0
29
+ uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.4 .0
30
30
secrets : inherit
Original file line number Diff line number Diff line change 31
31
32
32
jobs :
33
33
apply :
34
- uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v2.3 .0
34
+ uses : microsoft/mu_devops/.github/workflows/Labeler.yml@v2.4 .0
Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
sync :
27
- uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.3 .0
27
+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.4 .0
Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
draft :
30
- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.3 .0
30
+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.4 .0
31
31
secrets : inherit
Original file line number Diff line number Diff line change 24
24
25
25
jobs :
26
26
check :
27
- uses : microsoft/mu_devops/.github/workflows/Stale.yml@v2.3 .0
27
+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v2.4 .0
Original file line number Diff line number Diff line change 19
19
20
20
jobs :
21
21
triage :
22
- uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.3 .0
22
+ uses : microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.4 .0
You can’t perform that action at this time.
0 commit comments