Selaa lähdekoodia

fix(renovate): configure bot identity to prevent edit warnings

- Set gitAuthor to github-actions[bot] for consistent commit identity
- Change executionMode to 'branch' for post-upgrade tasks
- Prevents Renovate from showing 'Edited/Blocked' notification on PRs
xcad 3 kuukautta sitten
vanhempi
commit
e5466d997c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      renovate.json

+ 1 - 0
renovate.json

@@ -160,6 +160,7 @@
       "datasourceTemplate": "terraform-provider"
     }
   ],
+  "gitAuthor": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
   "prConcurrentLimit": 30,
   "prHourlyLimit": 5,
   "separateMinorPatch": true,