Skip to content

Commit a9d007c

Browse files
[aws] Update common files for branch 4.6.x (#2132)
* Update common files * Update renovate.json --------- Co-authored-by: Graeme Rocher <graeme.rocher@oracle.com>
1 parent 7b64600 commit a9d007c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
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
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)