File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:recommended " ,
4+ " config:best-practices " ,
55 " :dependencyDashboard" ,
66 " helpers:pinGitHubActionDigests"
77 ],
8+ "rangeStrategy" : " widen" ,
89 "automerge" : true ,
910 "automergeType" : " pr" ,
1011 "automergeStrategy" : " rebase" ,
1112 "platformAutomerge" : true ,
1213 "pre-commit" : {
1314 "enabled" : true
1415 },
16+ "poetry" : {
17+ "enabled" : false
18+ },
1519 "customManagers" : [
1620 {
1721 "customType" : " regex" ,
18- "fileMatch " : [
19- " \\ .pre-commit-config\\ .yaml"
22+ "managerFilePatterns " : [
23+ " / \\ .pre-commit-config\\ .yaml/ "
2024 ],
2125 "matchStrings" : [
2226 " (?<depName>[^'\" ]+)==(?<currentValue>[^'\" ,\\ s]+)"
2630 },
2731 {
2832 "customType" : " regex" ,
29- "fileMatch " : [
30- " \\ .pre-commit-config\\ .yaml"
33+ "managerFilePatterns " : [
34+ " / \\ .pre-commit-config\\ .yaml/ "
3135 ],
3236 "matchStrings" : [
3337 " (?<depName>[^'\" ]+)@(?<currentValue>[^'\" ,\\ s]+)"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 permissions :
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 persist-credentials : false
19- - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
19+ - uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
2020
2121 - run : uv build
2222
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
1717 - id : pretty-format-json
1818 args : [--no-sort-keys, --autofix, --no-ensure-ascii]
1919- repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.11.6
20+ rev : v0.13.2
2121 hooks :
2222 - id : ruff
2323 args : [--fix, --exit-non-zero-on-fix]
@@ -27,12 +27,12 @@ repos:
2727 - id : check-hooks-apply
2828 - id : check-useless-excludes
2929- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
30- rev : v2.14 .0
30+ rev : v2.15 .0
3131 hooks :
3232 - id : pretty-format-yaml
3333 args : [--autofix, --indent, '2']
3434- repo : https://github.com/pappasam/toml-sort
35- rev : v0.24.2
35+ rev : v0.24.3
3636 hooks :
3737 - id : toml-sort-fix
3838- repo : https://github.com/abravalheri/validate-pyproject
5959 hooks :
6060 - id : actionlint
6161- repo : https://github.com/woodruffw/zizmor-pre-commit
62- rev : v1.6.0
62+ rev : v1.14.2
6363 hooks :
6464 - id : zizmor
You can’t perform that action at this time.
0 commit comments