Merge branch 'config' into localApps
This commit is contained in:
commit
c8823d0d8d
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue