🔧 chore(renovate): update github actions bot configuration
- update git config email and name to use official github-actions[bot] credentials - update gitIgnoredAuthors to use official bot email address for proper commit attribution
This commit is contained in:
parent
4587c9b1b1
commit
6987076622
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
|
||||
- name: Configure repo
|
||||
run: |
|
||||
git config --local user.email "githubaction@githubaction.com"
|
||||
git config --local user.name "github-action"
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
|
||||
- name: Get list of updated files by the last commit in this branch separated by space
|
||||
id: updated-files
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"config:recommended"
|
||||
],
|
||||
"gitIgnoredAuthors": [
|
||||
"githubaction@githubaction.com",
|
||||
"41898282+github-actions[bot]@users.noreply.github.com",
|
||||
"85266337+pooneyy@users.noreply.github.com"
|
||||
],
|
||||
"prBodyColumns": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue