File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2424 uses : renovatebot/github-action@v44.0.3
2525 with :
2626 configurationFile : renovate.json
27- token : ${{ github.token }}
27+ token : ${{ secrets.RENOVATE_TOKEN != '' && secrets.RENOVATE_TOKEN || github.token }}
2828 env :
2929 LOG_LEVEL : debug
3030 RENOVATE_REPOSITORIES : ${{ github.repository }}
Original file line number Diff line number Diff line change 130130 ],
131131 "packageRules" : [
132132 {
133- "description" : " Never automerge major updates" ,
133+ "description" : " Automerge major updates after checks pass " ,
134134 "matchUpdateTypes" : [" major" ],
135- "automerge" : false
135+ "automerge" : true ,
136+ "automergeType" : " pr" ,
137+ "platformAutomerge" : true
138+ },
139+ {
140+ "description" : " Keep ESLint on v9 until typescript-eslint adds ESLint v10 support" ,
141+ "matchPackageNames" : [" eslint" ],
142+ "allowedVersions" : " <10.0.0"
136143 },
137144 {
138145 "description" : " Keep ESLint on v9 until typescript-eslint adds ESLint v10 support" ,
You can’t perform that action at this time.
0 commit comments