1
0
Fork 0

🔧 chore(renovate): update renovate configuration

- add pooneyy as required reviewer for dependency updates
- add pooneyy's noreply email to git ignored authors list
- enable automerge for dependency updates using PR method
This commit is contained in:
pooneyy 2025-10-04 01:20:24 +08:00
parent 91aa0ab525
commit f4f42afeba
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -3,9 +3,13 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"reviewers": ["pooneyy"],
"gitIgnoredAuthors": [ "gitIgnoredAuthors": [
"githubaction@githubaction.com" "githubaction@githubaction.com",
"85266337+pooneyy@users.noreply.github.com"
], ],
"automerge": true,
"automergeType": "pr",
"rebaseWhen": "never", "rebaseWhen": "never",
"prConcurrentLimit":0, "prConcurrentLimit":0,
"packageRules": [ "packageRules": [