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 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:recommended " ,
4
+ " config:best-practices " ,
5
5
" :dependencyDashboard" ,
6
6
" helpers:pinGitHubActionDigests"
7
7
],
8
+ "rangeStrategy" : " widen" ,
8
9
"automerge" : true ,
9
10
"automergeType" : " pr" ,
10
11
"automergeStrategy" : " rebase" ,
11
12
"platformAutomerge" : true ,
12
13
"pre-commit" : {
13
14
"enabled" : true
14
15
},
16
+ "poetry" : {
17
+ "enabled" : false
18
+ },
15
19
"customManagers" : [
16
20
{
17
21
"customType" : " regex" ,
18
- "fileMatch " : [
19
- " \\ .pre-commit-config\\ .yaml"
22
+ "managerFilePatterns " : [
23
+ " / \\ .pre-commit-config\\ .yaml/ "
20
24
],
21
25
"matchStrings" : [
22
26
" (?<depName>[^'\" ]+)==(?<currentValue>[^'\" ,\\ s]+)"
26
30
},
27
31
{
28
32
"customType" : " regex" ,
29
- "fileMatch " : [
30
- " \\ .pre-commit-config\\ .yaml"
33
+ "managerFilePatterns " : [
34
+ " / \\ .pre-commit-config\\ .yaml/ "
31
35
],
32
36
"matchStrings" : [
33
37
" (?<depName>[^'\" ]+)@(?<currentValue>[^'\" ,\\ s]+)"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
permissions :
14
14
id-token : write
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
with :
18
18
persist-credentials : false
19
- - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
19
+ - uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
20
20
21
21
- run : uv build
22
22
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5 .0.0
5
+ rev : v6 .0.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
17
17
- id : pretty-format-json
18
18
args : [--no-sort-keys, --autofix, --no-ensure-ascii]
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.11.6
20
+ rev : v0.13.2
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --exit-non-zero-on-fix]
@@ -27,12 +27,12 @@ repos:
27
27
- id : check-hooks-apply
28
28
- id : check-useless-excludes
29
29
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
30
- rev : v2.14 .0
30
+ rev : v2.15 .0
31
31
hooks :
32
32
- id : pretty-format-yaml
33
33
args : [--autofix, --indent, '2']
34
34
- repo : https://github.com/pappasam/toml-sort
35
- rev : v0.24.2
35
+ rev : v0.24.3
36
36
hooks :
37
37
- id : toml-sort-fix
38
38
- repo : https://github.com/abravalheri/validate-pyproject
59
59
hooks :
60
60
- id : actionlint
61
61
- repo : https://github.com/woodruffw/zizmor-pre-commit
62
- rev : v1.6.0
62
+ rev : v1.14.2
63
63
hooks :
64
64
- id : zizmor
You can’t perform that action at this time.
0 commit comments