File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1212 "packageRules" : [
1313 {
1414 "matchPackagePatterns" : [" actions.*" ],
15- "dependencyDashboardApproval" : true
15+ "dependencyDashboardApproval" : true ,
16+ "matchUpdateTypes" : [" patch" ],
17+ "matchCurrentVersion" : " !/^0/" ,
18+ "automerge" : true
19+ },
20+ {
21+ "matchUpdateTypes" : [" patch" ],
22+ "matchCurrentVersion" : " !/^0/" ,
23+ "automerge" : true
1624 }
1725 ]
1826}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 actions : read # To read the workflow path.
135135 id-token : write # To sign the provenance.
136136 contents : write # To add assets to a release.
137- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
137+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
138138 with :
139139 base64-subjects : " ${{ needs.provenance-subject.outputs.artifacts-sha256 }}"
140140 upload-assets : true # Upload to a new release.
You can’t perform that action at this time.
0 commit comments