1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-02-26 12:36:07 +08:00
commit c8823d0d8d
No known key found for this signature in database
2 changed files with 9 additions and 4 deletions

View File

@ -243,7 +243,7 @@ jobs:
echo "</code></pre>" >> $GITHUB_STEP_SUMMARY echo "</code></pre>" >> $GITHUB_STEP_SUMMARY
- name: Generate artifact attestation - name: Generate artifact attestation
uses: actions/attest-build-provenance@v4 uses: actions/attest@v4
with: with:
subject-name: ${{ env.IMAGE_FULL_NAME }} subject-name: ${{ env.IMAGE_FULL_NAME }}
subject-digest: ${{ steps.push.outputs.digest }} subject-digest: ${{ steps.push.outputs.digest }}

View File

@ -1,8 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended" "baseBranchPatterns": ["localApps", "config"],
],
"gitIgnoredAuthors": [ "gitIgnoredAuthors": [
"41898282+github-actions[bot]@users.noreply.github.com", "41898282+github-actions[bot]@users.noreply.github.com",
"85266337+pooneyy@users.noreply.github.com" "85266337+pooneyy@users.noreply.github.com"
@ -17,8 +16,14 @@
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["major", "pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"], "matchUpdateTypes": ["major", "pin", "pinDigest", "digest", "lockFileMaintenance", "rollback", "bump", "replacement"],
"matchManagers": ["!github-actions"],
"addLabels": ["{{ updateType }}"] "addLabels": ["{{ updateType }}"]
}, },
{
"matchBaseBranches": ["localApps"],
"matchManagers": ["github-actions"],
"enabled": false
},
{ {
"matchManagers": [ "matchManagers": [
"docker-compose" "docker-compose"