File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ updates:
66 schedule :
77 interval : monthly
88 groups :
9- GitHub-Actions :
9+ gitHub-actions :
10+ patterns :
11+ - " *"
12+
13+ - package-ecosystem : devcontainers
14+ directory : /
15+ schedule :
16+ interval : monthly
17+ groups :
18+ devcontainers :
1019 patterns :
1120 - " *"
Original file line number Diff line number Diff line change 66jobs :
77 deploy :
88 if : ${{ github.ref == 'refs/heads/master' }}
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 permissions :
1111 contents : write
1212 pull-requests : write
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test-autogenerated :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04
1313 continue-on-error : true
1414 strategy :
1515 matrix :
3939 run : devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
4040
4141 test-scenarios :
42- runs-on : ubuntu-latest
42+ runs-on : ubuntu-24.04
4343 continue-on-error : true
4444 strategy :
4545 matrix :
6464 run : devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
6565
6666 test-global :
67- runs-on : ubuntu-latest
67+ runs-on : ubuntu-24.04
6868 continue-on-error : true
6969 steps :
7070 - name : Checkout Code
Original file line number Diff line number Diff line change 66
77jobs :
88 validate :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 steps :
1111 - name : Checkout Code
1212 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments