File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
default_stages : [commit]
2
2
repos :
3
3
- repo : https://github.com/astral-sh/ruff-pre-commit
4
- rev : v0.6.3
4
+ rev : v0.8.4
5
5
hooks :
6
6
- id : ruff
7
7
args : [--fix]
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base"
5
+ ],
6
+ "semanticCommits" : " enabled" ,
7
+ "pep621" : {
8
+ "enabled" : true
9
+ },
10
+ "pre-commit" : {
11
+ "enabled" : true
12
+ },
13
+ "packageRules" : [
14
+ {
15
+ "description" : " Automerge non-major updates" ,
16
+ "matchUpdateTypes" : [
17
+ " minor" ,
18
+ " patch"
19
+ ],
20
+ "matchCurrentVersion" : " !/^0/" ,
21
+ "automerge" : true
22
+ },
23
+ {
24
+ "matchManagers" : [
25
+ " github-actions"
26
+ ],
27
+ "automerge" : true
28
+ }
29
+ ]
30
+ }
You can’t perform that action at this time.
0 commit comments