File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11ci :
22 autofix_prs : true
3+ autoupdate_schedule : weekly
4+ autoupdate_commit_msg : " chore: update pre-commit hooks"
35
46minimum_pre_commit_version : 3.3.0
57default_install_hook_types : [pre-commit, commit-msg]
3941 exclude : .*/__snapshots__/.*|.*-input\.json$|^semgrep\.yaml$
4042
4143 - repo : https://github.com/astral-sh/ruff-pre-commit
42- rev : v0.15.7
44+ rev : v0.15.8
4345 hooks :
4446 - id : ruff
4547 - id : ruff-format
8890 pass_filenames : false
8991
9092 - repo : https://github.com/rhysd/actionlint
91- rev : v1.7.11
93+ rev : v1.7.12
9294 hooks :
9395 - id : actionlint
9496
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:recommended" ,
5- " :dependencyDashboardApproval" ,
5+ " :prHourlyLimitNone" ,
6+ " :dependencyDashboard" ,
67 " :maintainLockFilesWeekly" ,
7- " :prHourlyLimitNone "
8+ " :semanticCommitTypeAll(chore) "
89 ],
910 "prConcurrentLimit" : 0 ,
10- "lockFileMaintenance" : {
11+ "rangeStrategy" : " update-lockfile" ,
12+ "commitBody" : " Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>" ,
13+ "labels" : [" dependencies" ],
14+ "vulnerabilityAlerts" : {
1115 "enabled" : true ,
12- "dependencyDashboardApproval " : false
16+ "labels " : [ " security " ]
1317 },
1418 "baseBranchPatterns" : [
1519 " main"
5660 " before 6pm on wednesday"
5761 ],
5862 "prPriority" : 5 ,
59- "dependencyDashboardApproval " : false
63+ "pinDigests " : true
6064 }
6165 ]
6266}
You can’t perform that action at this time.
0 commit comments